Skip to content

Instantly share code, notes, and snippets.

@violetbp
Created July 6, 2019 19:14
Show Gist options
  • Save violetbp/7d80682e696cfba2013056d437125eb5 to your computer and use it in GitHub Desktop.
Save violetbp/7d80682e696cfba2013056d437125eb5 to your computer and use it in GitHub Desktop.
---
BasedOnStyle: LLVM
BreakBeforeBraces: Attach
ColumnLimit: '120'
Cpp11BracedListStyle: 'true'
IndentWidth: '2'
Language: Cpp
NamespaceIndentation: None
ReflowComments: 'true'
SortIncludes: 'true'
SpaceAfterCStyleCast: 'false'
SpaceBeforeAssignmentOperators: 'true'
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: 'false'
SpacesInAngles: 'false'
SpacesInCStyleCastParentheses: 'false'
SpacesInContainerLiterals: 'false'
SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
Standard: Cpp11
TabWidth: '2'
UseTab: Never
AlignAfterOpenBracket: DontAlign
AccessModifierOffset: -4
PointerAlignment: Left
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment