mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-09 13:10:25 +00:00
8d2c22fc72
From https://github.com/gulrak/filesystem which is more up-to-date and looks better maintained than cppbackport.
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
|
|
...
|