You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
445 B
19 lines
445 B
---
|
|
BasedOnStyle: Microsoft
|
|
AlignAfterOpenBracket: Align
|
|
AllowAllArgumentsOnNextLine: 'true'
|
|
AllowAllParametersOfDeclarationOnNextLine: 'true'
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
BreakBeforeBraces: Allman
|
|
IndentWidth: '4'
|
|
Language: Cpp
|
|
NamespaceIndentation: All
|
|
SpacesInAngles: 'true'
|
|
SpacesInCStyleCastParentheses: 'true'
|
|
SpacesInContainerLiterals: 'true'
|
|
SpacesInParentheses: 'true'
|
|
SpacesInSquareBrackets: 'true'
|
|
UseTab: Never
|
|
|
|
...
|