mirror of
https://github.com/webui-dev/webui.git
synced 2024-11-09 01:18:53 +03:00
15 lines
378 B
YAML
15 lines
378 B
YAML
BasedOnStyle: LLVM
|
|
ColumnLimit: 120
|
|
UseTab: ForIndentation
|
|
# Not actually 8, but makes clangd use tabs.
|
|
# The indent width adapts to the configured tab width.
|
|
IndentWidth: 8
|
|
IndentWrappedFunctionNames: true
|
|
AccessModifierOffset: 0
|
|
AlignAfterOpenBracket: BlockIndent
|
|
PointerAlignment: Left
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: false
|