Description |
Values |
Option to align type members of a type declaration on column (
FORMATTER_ALIGN_TYPE_MEMBERS_ON_COLUMNS
) |
Possible values |
TRUE
|
FALSE
|
Option for alignment of arguments in allocation expression (
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ALLOCATION_EXPRESSION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of arguments in enum constant (
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_ENUM_CONSTANT
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of arguments in explicit constructor call (
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_EXPLICIT_CONSTRUCTOR_CALL
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of arguments in method invocation (
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_METHOD_INVOCATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of arguments in qualified allocation expression (
FORMATTER_ALIGNMENT_FOR_ARGUMENTS_IN_QUALIFIED_ALLOCATION_EXPRESSION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of assignment (
FORMATTER_ALIGNMENT_FOR_ASSIGNMENT
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, 0, INDENT_DEFAULT) |
Option for alignment of binary expression (
FORMATTER_ALIGNMENT_FOR_BINARY_EXPRESSION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of compact if (
FORMATTER_ALIGNMENT_FOR_COMPACT_IF
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_BY_ONE) |
Option for alignment of conditional expression (
FORMATTER_ALIGNMENT_FOR_CONDITIONAL_EXPRESSION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_ONE_PER_LINE, INDENT_DEFAULT) |
Option for alignment of enum constants (
FORMATTER_ALIGNMENT_FOR_ENUM_CONSTANTS
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_NO_SPLIT, INDENT_DEFAULT) |
Option for alignment of expressions in array initializer (
FORMATTER_ALIGNMENT_FOR_EXPRESSIONS_IN_ARRAY_INITIALIZER
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of multiple fields (
FORMATTER_ALIGNMENT_FOR_MULTIPLE_FIELDS
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of parameters in constructor declaration (
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_CONSTRUCTOR_DECLARATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of parameters in method declaration (
FORMATTER_ALIGNMENT_FOR_PARAMETERS_IN_METHOD_DECLARATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of selector in method invocation (
FORMATTER_ALIGNMENT_FOR_SELECTOR_IN_METHOD_INVOCATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of superclass in type declaration (
FORMATTER_ALIGNMENT_FOR_SUPERCLASS_IN_TYPE_DECLARATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_NEXT_SHIFTED, INDENT_DEFAULT) |
Option for alignment of superinterfaces in enum declaration (
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_ENUM_DECLARATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of superinterfaces in type declaration (
FORMATTER_ALIGNMENT_FOR_SUPERINTERFACES_IN_TYPE_DECLARATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of throws clause in constructor declaration (
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_CONSTRUCTOR_DECLARATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option for alignment of throws clause in method declaration (
FORMATTER_ALIGNMENT_FOR_THROWS_CLAUSE_IN_METHOD_DECLARATION
) |
Possible value |
values returned by createAlignmentValue(boolean, int, int) call |
Default value |
createAlignmentValue(false, WRAP_COMPACT, INDENT_DEFAULT) |
Option to add blank lines after the imports declaration (
FORMATTER_BLANK_LINES_AFTER_IMPORTS
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines after the package declaration (
FORMATTER_BLANK_LINES_AFTER_PACKAGE
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines at the beginning of the method body (
FORMATTER_BLANK_LINES_AT_BEGINNING_OF_METHOD_BODY
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines before a field declaration (
FORMATTER_BLANK_LINES_BEFORE_FIELD
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines before the first class body declaration (
FORMATTER_BLANK_LINES_BEFORE_FIRST_CLASS_BODY_DECLARATION
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines before the imports declaration (
FORMATTER_BLANK_LINES_BEFORE_IMPORTS
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines before a member type declaration (
FORMATTER_BLANK_LINES_BEFORE_MEMBER_TYPE
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines before a method declaration (
FORMATTER_BLANK_LINES_BEFORE_METHOD
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines before a new chunk (
FORMATTER_BLANK_LINES_BEFORE_NEW_CHUNK
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines before the package declaration (
FORMATTER_BLANK_LINES_BEFORE_PACKAGE
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to add blank lines between import groups (
FORMATTER_BLANK_LINES_BETWEEN_IMPORT_GROUPS
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"1" |
Option to add blank lines between type declarations (
FORMATTER_BLANK_LINES_BETWEEN_TYPE_DECLARATIONS
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to position the braces of an annotation type declaration (
FORMATTER_BRACE_POSITION_FOR_ANNOTATION_TYPE_DECLARATION
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of an anonymous type declaration (
FORMATTER_BRACE_POSITION_FOR_ANONYMOUS_TYPE_DECLARATION
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of an array initializer (
FORMATTER_BRACE_POSITION_FOR_ARRAY_INITIALIZER
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of a block (
FORMATTER_BRACE_POSITION_FOR_BLOCK
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of a block in a case statement when the block is the first statement following (
FORMATTER_BRACE_POSITION_FOR_BLOCK_IN_CASE
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of a constructor declaration (
FORMATTER_BRACE_POSITION_FOR_CONSTRUCTOR_DECLARATION
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of an enum constant (
FORMATTER_BRACE_POSITION_FOR_ENUM_CONSTANT
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of an enum declaration (
FORMATTER_BRACE_POSITION_FOR_ENUM_DECLARATION
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of a method declaration (
FORMATTER_BRACE_POSITION_FOR_METHOD_DECLARATION
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of a switch statement (
FORMATTER_BRACE_POSITION_FOR_SWITCH
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to position the braces of a type declaration (
FORMATTER_BRACE_POSITION_FOR_TYPE_DECLARATION
) |
Possible values |
END_OF_LINE
|
NEXT_LINE
|
NEXT_LINE_SHIFTED
|
NEXT_LINE_ON_WRAP
|
Option to control whether blank lines are cleared inside block comments (
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_BLOCK_COMMENT
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether blank lines are cleared inside javadoc comments (
FORMATTER_COMMENT_CLEAR_BLANK_LINES_IN_JAVADOC_COMMENT
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether multiple line comments are formatted (
FORMATTER_COMMENT_FORMAT_BLOCK_COMMENT
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether javadoc comments are formatted (
FORMATTER_COMMENT_FORMAT_JAVADOC_COMMENT
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether single line comments are formatted (
FORMATTER_COMMENT_FORMAT_LINE_COMMENT
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether the header comment of a Java source file is formatted (
FORMATTER_COMMENT_FORMAT_HEADER
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether HTML tags are formatted. (
FORMATTER_COMMENT_FORMAT_HTML
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether code snippets are formatted in comments (
FORMATTER_COMMENT_FORMAT_SOURCE
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether description of Javadoc parameters are indented (
FORMATTER_COMMENT_INDENT_PARAMETER_DESCRIPTION
) |
Possible values |
TRUE
|
FALSE
|
Option to control whether Javadoc root tags are indented. (
FORMATTER_COMMENT_INDENT_ROOT_TAGS
) |
Possible values |
TRUE
|
FALSE
|
Option to insert an empty line before the Javadoc root tag block (
FORMATTER_COMMENT_INSERT_EMPTY_LINE_BEFORE_ROOT_TAGS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line after Javadoc root tag parameters (
FORMATTER_COMMENT_INSERT_NEW_LINE_FOR_PARAMETER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to specify the line length for comments. (
FORMATTER_COMMENT_LINE_LENGTH
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"80" |
Option to compact else/if (
FORMATTER_COMPACT_ELSE_IF
) |
Possible values |
TRUE
|
FALSE
|
Option to set the continuation indentation (
FORMATTER_CONTINUATION_INDENTATION
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"2" |
Option to set the continuation indentation inside array initializer (
FORMATTER_CONTINUATION_INDENTATION_FOR_ARRAY_INITIALIZER
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"2" |
Option to indent body declarations compare to its enclosing annotation declaration header (
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ANNOTATION_DECLARATION_HEADER
) |
Possible values |
TRUE
|
FALSE
|
Option to indent body declarations compare to its enclosing enum constant header (
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_CONSTANT_HEADER
) |
Possible values |
TRUE
|
FALSE
|
Option to indent body declarations compare to its enclosing enum declaration header (
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_ENUM_DECLARATION_HEADER
) |
Possible values |
TRUE
|
FALSE
|
Option to indent body declarations compare to its enclosing type header (
FORMATTER_INDENT_BODY_DECLARATIONS_COMPARE_TO_TYPE_HEADER
) |
Possible values |
TRUE
|
FALSE
|
Option to indent breaks compare to cases (
FORMATTER_INDENT_BREAKS_COMPARE_TO_CASES
) |
Possible values |
TRUE
|
FALSE
|
Option to indent empty lines (
FORMATTER_INDENT_EMPTY_LINES
) |
Possible values |
TRUE
|
FALSE
|
Option to indent statements inside a block (
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BLOCK
) |
Possible values |
TRUE
|
FALSE
|
Option to indent statements inside the body of a method or a constructor (
FORMATTER_INDENT_STATEMENTS_COMPARE_TO_BODY
) |
Possible values |
TRUE
|
FALSE
|
Option to indent switch statements compare to cases (
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_CASES
) |
Possible values |
TRUE
|
FALSE
|
Option to indent switch statements compare to switch (
FORMATTER_INDENT_SWITCHSTATEMENTS_COMPARE_TO_SWITCH
) |
Possible values |
TRUE
|
FALSE
|
Option to specify the equivalent number of spaces that represents one indentation (
FORMATTER_INDENTATION_SIZE
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"4" |
Option to insert a new line after an annotation on a member (package, class, method, field declaration) (
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_MEMBER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line after an annotation on a parameter (
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_PARAMETER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line after an annotation on a local variable (
FORMATTER_INSERT_NEW_LINE_AFTER_ANNOTATION_ON_LOCAL_VARIABLE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line after the opening brace in an array initializer (
FORMATTER_INSERT_NEW_LINE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line at the end of the current file if missing (
FORMATTER_INSERT_NEW_LINE_AT_END_OF_FILE_IF_MISSING
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line before the catch keyword in try statement (
FORMATTER_INSERT_NEW_LINE_BEFORE_CATCH_IN_TRY_STATEMENT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line before the closing brace in an array initializer (
FORMATTER_INSERT_NEW_LINE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line before the else keyword in if statement (
FORMATTER_INSERT_NEW_LINE_BEFORE_ELSE_IN_IF_STATEMENT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line before the finally keyword in try statement (
FORMATTER_INSERT_NEW_LINE_BEFORE_FINALLY_IN_TRY_STATEMENT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line before while in do statement (
FORMATTER_INSERT_NEW_LINE_BEFORE_WHILE_IN_DO_STATEMENT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line in an empty annotation declaration (
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANNOTATION_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line in an empty anonymous type declaration (
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ANONYMOUS_TYPE_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line in an empty block (
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_BLOCK
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line in an empty enum constant (
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_CONSTANT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line in an empty enum declaration (
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_ENUM_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line in an empty method body (
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_METHOD_BODY
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a new line in an empty type declaration (
FORMATTER_INSERT_NEW_LINE_IN_EMPTY_TYPE_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after and in wilcard (
FORMATTER_INSERT_SPACE_AFTER_AND_IN_TYPE_PARAMETER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after an assignment operator (
FORMATTER_INSERT_SPACE_AFTER_ASSIGNMENT_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after at in annotation (
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after at in annotation type declaration (
FORMATTER_INSERT_SPACE_AFTER_AT_IN_ANNOTATION_TYPE_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after a binary operator (
FORMATTER_INSERT_SPACE_AFTER_BINARY_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the closing angle bracket in type arguments (
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the closing angle bracket in type parameters (
FORMATTER_INSERT_SPACE_AFTER_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the closing brace of a block (
FORMATTER_INSERT_SPACE_AFTER_CLOSING_BRACE_IN_BLOCK
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the closing parenthesis of a cast expression (
FORMATTER_INSERT_SPACE_AFTER_CLOSING_PAREN_IN_CAST
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the colon in an assert statement (
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_ASSERT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after colon in a case statement when a opening brace follows the colon (
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CASE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the colon in a conditional expression (
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_CONDITIONAL
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after colon in a for statement (
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_FOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the colon in a labeled statement (
FORMATTER_INSERT_SPACE_AFTER_COLON_IN_LABELED_STATEMENT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in an allocation expression (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ALLOCATION_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in annotation (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ANNOTATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in an array initializer (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the parameters of a constructor declaration (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the exception names in a throws clause of a constructor declaration (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the arguments of an enum constant (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_CONSTANT_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in enum declarations (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_ENUM_DECLARATIONS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the arguments of an explicit constructor call (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the increments of a for statement (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INCREMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the initializations of a for statement (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_FOR_INITS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the parameters of a method declaration (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the exception names in a throws clause of a method declaration (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_DECLARATION_THROWS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in the arguments of a method invocation (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_METHOD_INVOCATION_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in multiple field declaration (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in multiple local declaration (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in parameterized type reference (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in superinterfaces names of a type header (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_SUPERINTERFACES
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in type arguments (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the comma in type parameters (
FORMATTER_INSERT_SPACE_AFTER_COMMA_IN_TYPE_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after ellipsis (
FORMATTER_INSERT_SPACE_AFTER_ELLIPSIS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening angle bracket in parameterized type reference (
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening angle bracket in type arguments (
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening angle bracket in type parameters (
FORMATTER_INSERT_SPACE_AFTER_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening brace in an array initializer (
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACE_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening bracket inside an array allocation expression (
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening bracket inside an array reference (
FORMATTER_INSERT_SPACE_AFTER_OPENING_BRACKET_IN_ARRAY_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in annotation (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ANNOTATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a cast expression (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CAST
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a catch (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CATCH
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a constructor declaration (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in enum constant (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_ENUM_CONSTANT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a for statement (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_FOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in an if statement (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_IF
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a method declaration (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a method invocation (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_METHOD_INVOCATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a parenthesized expression (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a switch statement (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SWITCH
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a synchronized statement (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_SYNCHRONIZED
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after the opening parenthesis in a while statement (
FORMATTER_INSERT_SPACE_AFTER_OPENING_PAREN_IN_WHILE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after a postfix operator (
FORMATTER_INSERT_SPACE_AFTER_POSTFIX_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after a prefix operator (
FORMATTER_INSERT_SPACE_AFTER_PREFIX_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after question mark in a conditional expression (
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_CONDITIONAL
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after question mark in a wildcard (
FORMATTER_INSERT_SPACE_AFTER_QUESTION_IN_WILDCARD
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after semicolon in a for statement (
FORMATTER_INSERT_SPACE_AFTER_SEMICOLON_IN_FOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space after an unary operator (
FORMATTER_INSERT_SPACE_AFTER_UNARY_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before and in wildcard (
FORMATTER_INSERT_SPACE_BEFORE_AND_IN_TYPE_PARAMETER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before an assignment operator (
FORMATTER_INSERT_SPACE_BEFORE_ASSIGNMENT_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before at in annotation type declaration (
FORMATTER_INSERT_SPACE_BEFORE_AT_IN_ANNOTATION_TYPE_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before an binary operator (
FORMATTER_INSERT_SPACE_BEFORE_BINARY_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing angle bracket in parameterized type reference (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing angle bracket in type arguments (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing angle bracket in type parameters (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing brace in an array initializer (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACE_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing bracket in an array allocation expression (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing bracket in an array reference (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_BRACKET_IN_ARRAY_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in annotation (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ANNOTATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a cast expression (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CAST
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a catch (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CATCH
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a constructor declaration (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_CONSTRUCTOR_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in enum constant (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_ENUM_CONSTANT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a for statement (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_FOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in an if statement (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_IF
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a method declaration (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a method invocation (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_METHOD_INVOCATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a parenthesized expression (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_PARENTHESIZED_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a switch statement (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SWITCH
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a synchronized statement (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_SYNCHRONIZED
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the closing parenthesis in a while statement (
FORMATTER_INSERT_SPACE_BEFORE_CLOSING_PAREN_IN_WHILE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before colon in an assert statement (
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_ASSERT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before colon in a case statement (
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CASE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before colon in a conditional expression (
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_CONDITIONAL
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before colon in a default statement (
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_DEFAULT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before colon in a for statement (
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_FOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before colon in a labeled statement (
FORMATTER_INSERT_SPACE_BEFORE_COLON_IN_LABELED_STATEMENT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in an allocation expression (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ALLOCATION_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in annotation (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ANNOTATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in an array initializer (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the parameters of a constructor declaration (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the exception names of the throws clause of a constructor declaration (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_CONSTRUCTOR_DECLARATION_THROWS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the arguments of enum constant (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_CONSTANT_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in enum declarations (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_ENUM_DECLARATIONS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the arguments of an explicit constructor call (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_EXPLICIT_CONSTRUCTOR_CALL_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the increments of a for statement (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INCREMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the initializations of a for statement (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_FOR_INITS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the parameters of a method declaration (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the exception names of the throws clause of a method declaration (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_DECLARATION_THROWS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the arguments of a method invocation (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_METHOD_INVOCATION_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in a multiple field declaration (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_FIELD_DECLARATIONS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in a multiple local declaration (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_MULTIPLE_LOCAL_DECLARATIONS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in parameterized type reference (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_PARAMETERIZED_TYPE_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in the superinterfaces names in a type header (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_SUPERINTERFACES
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in type arguments (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before comma in type parameters (
FORMATTER_INSERT_SPACE_BEFORE_COMMA_IN_TYPE_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before ellipsis (
FORMATTER_INSERT_SPACE_BEFORE_ELLIPSIS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening angle bracket in parameterized type reference (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_PARAMETERIZED_TYPE_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening angle bracket in type arguments (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_ARGUMENTS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening angle bracket in type parameters (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_ANGLE_BRACKET_IN_TYPE_PARAMETERS
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in an annotation type declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANNOTATION_TYPE_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in an anonymous type declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ANONYMOUS_TYPE_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in an array initializer (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in a block (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_BLOCK
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in a constructor declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_CONSTRUCTOR_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in an enum constant (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_CONSTANT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in an enum declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_ENUM_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in a method declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_METHOD_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in a switch statement (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_SWITCH
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening brace in a type declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACE_IN_TYPE_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening bracket in an array allocation expression (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_ALLOCATION_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening bracket in an array reference (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening bracket in an array type reference (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_BRACKET_IN_ARRAY_TYPE_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in annotation (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in annotation type member declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ANNOTATION_TYPE_MEMBER_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a catch (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CATCH
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a constructor declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_CONSTRUCTOR_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in enum constant (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_ENUM_CONSTANT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a for statement (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_FOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in an if statement (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_IF
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a method declaration (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a method invocation (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_METHOD_INVOCATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a parenthesized expression (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_PARENTHESIZED_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a switch statement (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SWITCH
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a synchronized statement (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_SYNCHRONIZED
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before the opening parenthesis in a while statement (
FORMATTER_INSERT_SPACE_BEFORE_OPENING_PAREN_IN_WHILE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before parenthesized expression in return statement
(
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_RETURN
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before parenthesized expression in throw statement
(
FORMATTER_INSERT_SPACE_BEFORE_PARENTHESIZED_EXPRESSION_IN_THROW
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before a postfix operator (
FORMATTER_INSERT_SPACE_BEFORE_POSTFIX_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before a prefix operator (
FORMATTER_INSERT_SPACE_BEFORE_PREFIX_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before question mark in a conditional expression (
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_CONDITIONAL
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before question mark in a wildcard (
FORMATTER_INSERT_SPACE_BEFORE_QUESTION_IN_WILDCARD
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before semicolon (
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before semicolon in for statement (
FORMATTER_INSERT_SPACE_BEFORE_SEMICOLON_IN_FOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space before unary operator (
FORMATTER_INSERT_SPACE_BEFORE_UNARY_OPERATOR
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between brackets in an array type reference (
FORMATTER_INSERT_SPACE_BETWEEN_BRACKETS_IN_ARRAY_TYPE_REFERENCE
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between empty braces in an array initializer (
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACES_IN_ARRAY_INITIALIZER
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between empty brackets in an array allocation expression (
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_BRACKETS_IN_ARRAY_ALLOCATION_EXPRESSION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between empty parenthesis in an annotation type member declaration (
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ANNOTATION_TYPE_MEMBER_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between empty parenthesis in a constructor declaration (
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_CONSTRUCTOR_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between empty parenthesis in enum constant (
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_ENUM_CONSTANT
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between empty parenthesis in a method declaration (
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_DECLARATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to insert a space between empty parenthesis in a method invocation (
FORMATTER_INSERT_SPACE_BETWEEN_EMPTY_PARENS_IN_METHOD_INVOCATION
) |
Possible values |
INSERT
|
DO_NOT_INSERT
|
Option to keep else statement on the same line (
FORMATTER_KEEP_ELSE_STATEMENT_ON_SAME_LINE
) |
Possible values |
TRUE
|
FALSE
|
Option to keep empty array initializer one one line (
FORMATTER_KEEP_EMPTY_ARRAY_INITIALIZER_ON_ONE_LINE
) |
Possible values |
TRUE
|
FALSE
|
Option to keep guardian clause on one line (
FORMATTER_KEEP_GUARDIAN_CLAUSE_ON_ONE_LINE
) |
Possible values |
TRUE
|
FALSE
|
Option to keep simple if statement on the one line (
FORMATTER_KEEP_SIMPLE_IF_ON_ONE_LINE
) |
Possible values |
TRUE
|
FALSE
|
Option to keep then statement on the same line (
FORMATTER_KEEP_THEN_STATEMENT_ON_SAME_LINE
) |
Possible values |
TRUE
|
FALSE
|
Option to specify the length of the page. Beyond this length, the formatter will try to split the code (
FORMATTER_LINE_SPLIT
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"80" |
Option to indent block comments that start on the first column (
FORMATTER_NEVER_INDENT_BLOCK_COMMENTS_ON_FIRST_COLUMN
) |
Possible values |
TRUE
|
FALSE
|
Option to indent line comments that start on the first column (
FORMATTER_NEVER_INDENT_LINE_COMMENTS_ON_FIRST_COLUMN
) |
Possible values |
TRUE
|
FALSE
|
Option to specify the number of empty lines to preserve (
FORMATTER_NUMBER_OF_EMPTY_LINES_TO_PRESERVE
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"0" |
Option to specify whether or not empty statement should be on a new line (
FORMATTER_PUT_EMPTY_STATEMENT_ON_NEW_LINE
) |
Possible values |
TRUE
|
FALSE
|
Option to specify the tabulation size (
FORMATTER_TAB_CHAR
) |
Possible values |
TAB
|
SPACE
|
MIXED
|
Option to specify the equivalent number of spaces that represents one tabulation (
FORMATTER_TAB_SIZE
) |
Possible value |
"<n>", where n is zero or a positive integer |
Default value |
"4" |
Option to use tabulations only for leading indentations (
FORMATTER_USE_TABS_ONLY_FOR_LEADING_INDENTATIONS
) |
Possible values |
TRUE
|
FALSE
|
Option to wrap before the binary operator (
FORMATTER_WRAP_BEFORE_BINARY_OPERATOR
) |
Possible values |
TRUE
|
FALSE
|