public class XbaseFormatterPreferenceKeys
extends org.eclipse.xtext.formatting2.FormatterPreferenceKeys
| Modifier and Type | Field and Description |
|---|---|
static BlankLineKey |
blankLinesAfterImports |
static BlankLineKey |
blankLinesAroundExpression |
static BlankLineKey |
blankLinesBetweenImports |
static NewLineKey |
bracesInNewLine |
static NewLineOrPreserveKey |
newLineAfterClassAnnotations |
static NewLineOrPreserveKey |
newLineAfterConstructorAnnotations |
static NewLineOrPreserveKey |
newLineAfterFieldAnnotations |
static NewLineOrPreserveKey |
newLineAfterMethodAnnotations |
static NewLineOrPreserveKey |
newLineAfterParameterAnnotations |
static org.eclipse.xtext.preferences.IntegerKey |
preserveBlankLines |
static org.eclipse.xtext.preferences.BooleanKey |
preserveNewLines |
static WhitespaceKey |
whitespaceBetweenKeywordAndParenthesisML |
static WhitespaceKey |
whitespaceBetweenKeywordAndParenthesisSL |
| Constructor and Description |
|---|
XbaseFormatterPreferenceKeys() |
public static final org.eclipse.xtext.preferences.IntegerKey preserveBlankLines
public static final BlankLineKey blankLinesAroundExpression
public static final org.eclipse.xtext.preferences.BooleanKey preserveNewLines
public static final NewLineOrPreserveKey newLineAfterClassAnnotations
public static final NewLineOrPreserveKey newLineAfterFieldAnnotations
public static final NewLineOrPreserveKey newLineAfterMethodAnnotations
public static final NewLineOrPreserveKey newLineAfterConstructorAnnotations
public static final NewLineOrPreserveKey newLineAfterParameterAnnotations
public static final WhitespaceKey whitespaceBetweenKeywordAndParenthesisSL
public static final WhitespaceKey whitespaceBetweenKeywordAndParenthesisML
public static final BlankLineKey blankLinesBetweenImports
public static final BlankLineKey blankLinesAfterImports
public static final NewLineKey bracesInNewLine