Created
May 12, 2016 16:10
-
-
Save vittorioromeo/3d4544f698e9f793dfc3cba0696fd216 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BasedOnStyle: LLVM | |
AccessModifierOffset: -4 | |
AlignOperands: true | |
AlignEscapedNewlinesLeft: true | |
AlignTrailingComments: true | |
AllowAllParametersOfDeclarationOnNextLine: true | |
AllowShortCaseLabelsOnASingleLine: true | |
AllowShortFunctionsOnASingleLine: false | |
AllowShortIfStatementsOnASingleLine: true | |
AllowShortLoopsOnASingleLine: true | |
AlwaysBreakBeforeMultilineStrings: true | |
AlwaysBreakTemplateDeclarations: true | |
BreakBeforeBraces: Allman | |
ColumnLimit: 80 | |
ConstructorInitializerIndentWidth: 4 | |
ContinuationIndentWidth: 4 | |
Cpp11BracedListStyle: true | |
IndentCaseLabels: true | |
IndentWidth: 4 | |
MaxEmptyLinesToKeep: 3 | |
NamespaceIndentation: All | |
PointerBindsToType: true | |
PointerAlignment: "Left" | |
SpaceAfterCStyleCast: false | |
SpaceBeforeAssignmentOperators: true | |
SpaceBeforeParens: "Never" | |
SpaceInEmptyParentheses: false | |
SpacesInParentheses: false | |
SpacesInSquareBrackets: false | |
SpacesInAngles: false | |
Standard: "Cpp11" | |
TabWidth: 4 | |
UseTab: "Never" | |
PenaltyBreakBeforeFirstCallParameter: 1000000000 | |
AlignAfterOpenBracket: false | |
IndentWrappedFunctionNames: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment