Skip to content

Instantly share code, notes, and snippets.

@vittorioromeo
Created May 12, 2016 16:10
Show Gist options
  • Save vittorioromeo/3d4544f698e9f793dfc3cba0696fd216 to your computer and use it in GitHub Desktop.
Save vittorioromeo/3d4544f698e9f793dfc3cba0696fd216 to your computer and use it in GitHub Desktop.
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