|
|
@ -1,4 +1,3 @@ |
|
|
|
// Remove me and name file '.clang-format', put in top level source |
|
|
|
BasedOnStyle: Google |
|
|
|
AccessModifierOffset: -4 |
|
|
|
AllowShortBlocksOnASingleLine: false |
|
|
@ -11,7 +10,7 @@ ColumnLimit: 100 |
|
|
|
ConstructorInitializerIndentWidth: 4 |
|
|
|
ContinuationIndentWidth: 4 |
|
|
|
IndentWidth: 4 |
|
|
|
Standard: Cpp03 |
|
|
|
Standard: Cpp11 |
|
|
|
TabWidth: 4 |
|
|
|
UseTab: ForIndentation |
|
|
|
DerivePointerAlignment: false |
|
|
|