|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- ---
- Language: Cpp
-
-
- AccessModifierOffset: -4
-
- AlignAfterOpenBracket: true
-
- AlignEscapedNewlinesLeft: false
-
- AlignOperands: false
-
- AlignTrailingComments: true
- AlignConsecutiveAssignments: true
- AlignConsecutiveDeclarations: true
-
- AllowAllParametersOfDeclarationOnNextLine: false
- AllowShortBlocksOnASingleLine: false
- AllowShortCaseLabelsOnASingleLine: false
- AllowShortIfStatementsOnASingleLine: false
- AllowShortLoopsOnASingleLine: false
- AllowShortFunctionsOnASingleLine: true
-
- AlwaysBreakAfterDefinitionReturnType: false
-
- AlwaysBreakTemplateDeclarations: true
-
- AlwaysBreakBeforeMultilineStrings: true
-
- BreakBeforeBinaryOperators: All
- BreakBeforeTernaryOperators: true
-
- BreakConstructorInitializersBeforeComma: true
-
- BinPackParameters: false
- BinPackArguments: false
-
- ColumnLimit: 100
-
- ConstructorInitializerAllOnOneLineOrOnePerLine: false
-
- ConstructorInitializerIndentWidth: 4
-
- DerivePointerAlignment: false
-
- IndentCaseLabels: false
-
- IndentWrappedFunctionNames: false
- IndentFunctionDeclarationAfterType: false
- MaxEmptyLinesToKeep: 1
- KeepEmptyLinesAtTheStartOfBlocks: true
-
- NamespaceIndentation: None
-
- PenaltyBreakBeforeFirstCallParameter: 600
- PenaltyBreakComment: 300
- PenaltyBreakString: 1000
- PenaltyBreakFirstLessLess: 120
- PenaltyExcessCharacter: 1000000
- PenaltyReturnTypeOnItsOwnLine: 60
- PointerAlignment: Left
-
- SpacesBeforeTrailingComments: 2
- Cpp11BracedListStyle: true
- Standard: Cpp11
- IndentWidth: 4
- TabWidth: 8
- UseTab: Never
- BreakBeforeBraces: Attach
-
- SpacesInParentheses: false
- SpacesInSquareBrackets: false
- SpacesInAngles: false
- SpaceInEmptyParentheses: false
- SpacesInCStyleCastParentheses: false
- SpaceAfterCStyleCast: false
- SpacesInContainerLiterals: true
- SpaceBeforeAssignmentOperators: true
- ContinuationIndentWidth: 4
- CommentPragmas: '^ IWYU pragma:'
- ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
- SpaceBeforeParens: ControlStatements
- DisableFormat: false
- ...
- ---
- Language: JavaScript
-
-
- AccessModifierOffset: -4
-
- AlignAfterOpenBracket: true
-
- AlignEscapedNewlinesLeft: false
-
- AlignOperands: false
-
- AlignTrailingComments: true
-
- AllowAllParametersOfDeclarationOnNextLine: false
- AllowShortBlocksOnASingleLine: true
- AllowShortCaseLabelsOnASingleLine: false
- AllowShortIfStatementsOnASingleLine: false
- AllowShortLoopsOnASingleLine: false
- AllowShortFunctionsOnASingleLine: true
-
- AlwaysBreakAfterDefinitionReturnType: false
-
- AlwaysBreakTemplateDeclarations: false
-
- AlwaysBreakBeforeMultilineStrings: true
-
- BreakBeforeBinaryOperators: All
- BreakBeforeTernaryOperators: true
-
- BreakConstructorInitializersBeforeComma: true
-
- BinPackParameters: false
- BinPackArguments: false
-
- ColumnLimit: 100
-
- ConstructorInitializerAllOnOneLineOrOnePerLine: false
-
- ConstructorInitializerIndentWidth: 4
-
- DerivePointerAlignment: false
-
- IndentCaseLabels: false
-
- IndentWrappedFunctionNames: false
- IndentFunctionDeclarationAfterType: false
-
- MaxEmptyLinesToKeep: 2
- KeepEmptyLinesAtTheStartOfBlocks: true
-
- NamespaceIndentation: None
-
- PenaltyBreakBeforeFirstCallParameter: 600
- PenaltyBreakComment: 300
- PenaltyBreakString: 1000
- PenaltyBreakFirstLessLess: 120
- PenaltyExcessCharacter: 1000000
- PenaltyReturnTypeOnItsOwnLine: 60
- PointerAlignment: Left
-
- SpacesBeforeTrailingComments: 2
- Cpp11BracedListStyle: true
- Standard: Cpp11
- IndentWidth: 2
- TabWidth: 8
- UseTab: Never
-
- BreakBeforeBraces: Attach
-
- SpacesInParentheses: false
- SpacesInSquareBrackets: false
- SpacesInAngles: false
- SpaceInEmptyParentheses: false
- SpacesInCStyleCastParentheses: false
- SpaceAfterCStyleCast: false
- SpacesInContainerLiterals: false
- SpaceBeforeAssignmentOperators: true
- ContinuationIndentWidth: 4
- CommentPragmas: '^ IWYU pragma:'
- ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
- SpaceBeforeParens: ControlStatements
- DisableFormat: false
- ...
|