forked from vmp3/vmprofiler
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
|
|
|
|
...
|