mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 11:31:43 +00:00
25 lines
553 B
Text
25 lines
553 B
Text
|
Standard: Cpp11
|
||
|
BasedOnStyle: Google
|
||
|
IndentWidth: 4
|
||
|
ColumnLimit: 0
|
||
|
AccessModifierOffset: -4
|
||
|
NamespaceIndentation: All
|
||
|
AllowShortIfStatementsOnASingleLine: true
|
||
|
DerivePointerAlignment: false
|
||
|
PointerAlignment: Left
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
AfterEnum: true
|
||
|
AfterStruct: true
|
||
|
AfterClass: true
|
||
|
SplitEmptyFunction: true
|
||
|
AfterControlStatement: false
|
||
|
AfterNamespace: false
|
||
|
AfterFunction: true
|
||
|
AfterUnion: true
|
||
|
AfterExternBlock: false
|
||
|
BeforeCatch: false
|
||
|
BeforeElse: true
|
||
|
SplitEmptyRecord: true
|
||
|
SplitEmptyNamespace: true
|