Created
July 6, 2019 19:14
-
-
Save violetbp/7d80682e696cfba2013056d437125eb5 to your computer and use it in GitHub Desktop.
This file contains 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 | |
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