Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-protocol
IndentationRules
Interface IndentationRules
interface
IndentationRules
{
decreaseIndentPattern
:
string
|
RegExpOptions
;
increaseIndentPattern
:
string
|
RegExpOptions
;
indentNextLinePattern
?:
string
|
RegExpOptions
;
unIndentedLinePattern
?:
string
|
RegExpOptions
;
}
Index
Properties
decrease
Indent
Pattern
increase
Indent
Pattern
indent
Next
Line
Pattern?
un
Indented
Line
Pattern?
Properties
decrease
Indent
Pattern
decreaseIndentPattern
:
string
|
RegExpOptions
increase
Indent
Pattern
increaseIndentPattern
:
string
|
RegExpOptions
Optional
indent
Next
Line
Pattern
indentNextLinePattern
?:
string
|
RegExpOptions
Optional
un
Indented
Line
Pattern
unIndentedLinePattern
?:
string
|
RegExpOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decrease
Indent
Pattern
increase
Indent
Pattern
indent
Next
Line
Pattern
un
Indented
Line
Pattern
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...