mirror of
https://github.com/emily33901/oxide2.git
synced 2025-08-03 08:56:03 -04:00
17 lines
421 B
YAML
17 lines
421 B
YAML
---
|
|
ColumnLimit: '0'
|
|
AllowShortCaseLabelsOnASingleLine: 'true'
|
|
AllowShortIfStatementsOnASingleLine: 'true'
|
|
AllowShortLoopsOnASingleLine: 'true'
|
|
AccessModifierOffset: '-4'
|
|
IndentCaseLabels: 'false'
|
|
IndentWidth: '4'
|
|
Standard: Cpp11
|
|
AlignOperands: 'true'
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignEscapedNewlinesLeft: 'true'
|
|
AlignConsecutiveDeclarations: 'true'
|
|
AlignAfterOpenBracket: 'true'
|
|
BinPackParameters: 'true'
|
|
...
|