matrix-3ds-client/.clang-format

20 lines
502 B
Text
Raw Permalink Normal View History

2023-12-09 14:50:39 +01:00
---
BasedOnStyle: Chromium
IndentWidth: 4
AllowShortIfStatementsOnASingleLine: false
ColumnLimit: 140
---
Language: Cpp
AlignConsecutiveMacros: None
AlignConsecutiveAssignments: None
BraceWrapping:
AfterFunction: false
SplitEmptyFunction: false
SplitEmptyRecord: false
SplitEmptyNamespace: false
AfterControlStatement: Never
BreakBeforeBraces: Custom
BreakConstructorInitializers: BeforeComma
Cpp11BracedListStyle: false
AllowShortLoopsOnASingleLine: true
AllowShortBlocksOnASingleLine: Empty