mirror of
https://github.com/bevyengine/bevy
synced 2025-01-11 12:48:56 +00:00
12 lines
355 B
YAML
12 lines
355 B
YAML
Language: Cpp
|
|
IndentWidth: 4
|
|
BreakBeforeBraces: Custom
|
|
BraceWrapping: { AfterFunction: true, AfterControlStatement: true }
|
|
IndentCaseLabels: false
|
|
ReflowComments: false
|
|
ColumnLimit: 120
|
|
AccessModifierOffset: -4
|
|
AlignTrailingComments: true
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|