2019-07-15 21:23:19 +02:00
|
|
|
#Generated from Visual Studio settings
|
|
|
|
---
|
|
|
|
BasedOnStyle: llvm
|
|
|
|
BraceWrapping:
|
|
|
|
AfterClass: true
|
|
|
|
AfterControlStatement: true
|
|
|
|
AfterEnum: true
|
|
|
|
AfterFunction: true
|
|
|
|
AfterNamespace: true
|
|
|
|
AfterStruct: true
|
|
|
|
AfterUnion: true
|
|
|
|
BeforeCatch: true
|
|
|
|
BeforeElse: true
|
|
|
|
SplitEmptyFunction: false
|
|
|
|
IndentBraces: false
|
|
|
|
BreakBeforeBraces: Custom
|
|
|
|
ColumnLimit: 0
|
|
|
|
IndentWidth: 4
|
|
|
|
NamespaceIndentation: All
|
|
|
|
TabWidth: 4
|
|
|
|
DerivePointerAlignment: true
|
|
|
|
IndentCaseLabels: true
|
2025-02-23 02:23:29 +01:00
|
|
|
IndentAccessModifiers: true
|
2019-07-15 21:23:19 +02:00
|
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
|
|
ConstructorInitializerIndentWidth: 4
|
|
|
|
ContinuationIndentWidth: 4
|
|
|
|
UseTab: Never
|