mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01:00
28 lines
591 B
YAML
28 lines
591 B
YAML
#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
|
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
|
ConstructorInitializerIndentWidth: 4
|
|
ContinuationIndentWidth: 4
|
|
UseTab: Never
|
|
...
|