mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-06-02 18:29:17 +08:00
26 lines
576 B
YAML
26 lines
576 B
YAML
---
|
|
Language: Cpp
|
|
BasedOnStyle: Chromium
|
|
AccessModifierOffset: '-4'
|
|
IndentWidth: '4'
|
|
ColumnLimit: 256
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping:
|
|
AfterClass: true
|
|
AfterControlStatement: false
|
|
AfterFunction: true
|
|
AfterNamespace: false
|
|
AfterObjCDeclaration: true
|
|
AfterStruct: true
|
|
AfterUnion: true
|
|
BeforeCatch: true
|
|
BeforeElse: true
|
|
IndentBraces: false
|
|
SplitEmptyFunction: true
|
|
SplitEmptyRecord: true
|
|
SplitEmptyNamespace: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
|
IndentPPDirectives: None
|
|
...
|