You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
540 B
Plaintext
29 lines
540 B
Plaintext
8 years ago
|
---
|
||
|
BasedOnStyle: Google
|
||
|
Language: Cpp
|
||
|
Standard: Cpp03
|
||
|
TabWidth: 4
|
||
|
UseTab: Never
|
||
|
ColumnLimit: 120
|
||
|
NamespaceIndentation: All
|
||
|
|
||
|
AccessModifierOffset: -4
|
||
|
ContinuationIndentWidth: 4
|
||
|
IndentWidth: 4
|
||
|
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterStruct: true
|
||
|
AfterClass: true
|
||
|
AfterFunction: true
|
||
|
AfterControlStatement: false
|
||
|
AfterEnum: true
|
||
|
AfterNamespace: true
|
||
|
|
||
|
AllowShortFunctionsOnASingleLine: None
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
|
||
|
...
|