mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-06-04 23:02:57 +00:00
13 lines
376 B
YAML
13 lines
376 B
YAML
# Format Style Options - Created with Clang Power Tools
|
|
---
|
|
AccessModifierOffset: -4
|
|
AlignConsecutiveMacros: true
|
|
AllowShortFunctionsOnASingleLine: Empty
|
|
AllowShortEnumsOnASingleLine: false
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
ColumnLimit: 150
|
|
EmptyLineBeforeAccessModifier: Never
|
|
IndentAccessModifiers: false
|
|
IndentWidth: 4
|
|
NamespaceIndentation: All
|
|
BreakBeforeBraces: Allman |