refactor(clang-format): move to LLVM style

This commit is contained in:
2025-11-25 23:14:07 +01:00
parent ec1ca30c75
commit de9807166e

View File

@@ -1,9 +1,8 @@
BasedOnStyle: Google BasedOnStyle: LLVM
UseTab: Always UseTab: Always
TabWidth: 4 TabWidth: 4
IndentWidth: 4 IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 100 ColumnLimit: 100
PointerAlignment: Right PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None AllowShortFunctionsOnASingleLine: None