java.lang.Object
com.intellij.psi.codeStyle.IndentOptions
- All Implemented Interfaces:
Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintstatic final IndentOptionsintbooleanintbooleanintboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetOverrideLanguageOptions(boolean overrideLanguageOptions)
-
Field Details
-
DEFAULT_INDENT_OPTIONS
-
INDENT_SIZE
public int INDENT_SIZE -
CONTINUATION_INDENT_SIZE
public int CONTINUATION_INDENT_SIZE -
TAB_SIZE
public int TAB_SIZE -
USE_TAB_CHARACTER
public boolean USE_TAB_CHARACTER -
SMART_TABS
public boolean SMART_TABS -
KEEP_INDENTS_ON_EMPTY_LINES
public boolean KEEP_INDENTS_ON_EMPTY_LINES -
BRACE_STYLE
public int BRACE_STYLE -
METHOD_BRACE_STYLE
public int METHOD_BRACE_STYLE
-
-
Constructor Details
-
IndentOptions
public IndentOptions()
-
-
Method Details