java.lang.Object
com.intellij.psi.codeStyle.IndentOptions
- 所有已实现的接口:
Cloneable
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleaninthashCode()booleanvoidsetOverrideLanguageOptions(boolean overrideLanguageOptions)
-
字段详细资料
-
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
-
-
构造器详细资料
-
IndentOptions
public IndentOptions()
-
-
方法详细资料