mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 02:41:58 -05:00
46fbac9564
[ci skip]
16 lines
339 B
YAML
16 lines
339 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: '-4'
|
|
AlignConsecutiveAssignments: 'true'
|
|
AlignConsecutiveDeclarations: 'true'
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
BreakBeforeBraces: Allman
|
|
ColumnLimit: '128'
|
|
Cpp11BracedListStyle: 'false'
|
|
IndentWidth: '4'
|
|
PointerAlignment: Middle
|
|
SortIncludes: 'true'
|
|
Standard: Cpp11
|
|
TabWidth: '4'
|
|
|
|
...
|