|
- ---
- 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
- ...
|