35 lines
655 B
Text
35 lines
655 B
Text
- AnnotationLocation
|
|
- AnnotationUseStyle
|
|
- ArrayTypeStyle
|
|
- AvoidStarImport
|
|
- CommentsIndentation
|
|
- DeclarationOrder
|
|
- EmptyForInitializerPad
|
|
- EmptyForIteratorPad
|
|
- EmptyLineSeparator
|
|
- EmptyStatement
|
|
- FileTabCharacter
|
|
- GenericWhitespace
|
|
- Header
|
|
- LeftCurly
|
|
- LineLength
|
|
- MethodParamPad
|
|
- NewlineAtEndOfFile
|
|
- NoLineWrap
|
|
- NoWhitespaceAfter
|
|
- NoWhitespaceBefore
|
|
- OneStatementPerLine
|
|
- OperatorWrap
|
|
- OverloadMethodsDeclarationOrder
|
|
- ParenPad
|
|
- RightCurly
|
|
- SeparatorWrap
|
|
- SingleSpaceSeparator
|
|
- TrailingComment
|
|
- TypecaseParenPad
|
|
- UnnecessaryParentheses
|
|
- UnusedImports
|
|
- UpperEll
|
|
- WhitespaceAfter
|
|
- WhitespaceAround
|
|
- ForbidCCommentsInMethods
|