format: update .clang-format

This commit is contained in:
beriff
2026-03-05 17:55:11 +07:00
parent eefd95e4d2
commit f001b90745
12 changed files with 93 additions and 91 deletions

View File

@@ -2,4 +2,7 @@ BasedOnStyle: LLVM
ColumnLimit: 80
BreakBeforeBraces: Attach
IndentWidth: 4
ContinuationIndentWidth: 4
TabWidth: 4
ContinuationIndentWidth: 4
DerivePointerAlignment: false
PointerAlignment: Left