webui/.clang-format
2023-10-08 03:48:25 +02:00

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