style: run clang-format

This commit is contained in:
2025-10-24 19:54:55 +02:00
parent 01d29ff9f3
commit 9ab2482f8a
6 changed files with 59 additions and 22 deletions

View File

@@ -1,5 +1,10 @@
Language: C
BasedOnStyle: Google
ColumnLimit: 160
UseTab: Always
IndentWidth: 4
TabWidth: 4
IndentWidth: 4
ColumnLimit: 100
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None