Class Indentation
- java.lang.Object
-
- com.github.vertical_blank.sqlformatter.core.Indentation
-
public class Indentation extends Object
Manages indentation levels.There are two types of indentation levels:
- BLOCK_LEVEL : increased by open-parenthesis - TOP_LEVEL : increased by RESERVED_TOPLEVEL words
-
-
Constructor Summary
Constructors Constructor Description Indentation()
-
-
-
Method Detail
-
getIndent
public String getIndent()
Returns current indentation string.- Returns:
- {String}
-
-