クラス Indentation
java.lang.Object
com.github.vertical_blank.sqlformatter.core.Indentation
Manages indentation levels.
There are two types of indentation levels:
- BLOCK_LEVEL : increased by open-parenthesis - TOP_LEVEL : increased by RESERVED_TOPLEVEL words
-
メソッドの概要
-
メソッドの詳細
-
getIndent
Returns current indentation string.- 戻り値:
- {String}
-