mirror of
https://github.com/HamletDuFromage/aio-switch-updater.git
synced 2024-11-08 19:41:49 +00:00
24 lines
553 B
YAML
24 lines
553 B
YAML
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
|