style: format file

This commit is contained in:
2026-01-06 17:59:58 +01:00
parent ec2095caf8
commit 0114ca3c97
3 changed files with 12 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
BasedOnStyle: LLVM
UseTab: Always
IndentWidth: 4
TabWidth: 4
ColumnLimit: 0
AllowAllParametersOfDeclarationOnNextLine: false
BreakBeforeBinaryOperators: None
SpacesInParentheses: false
BinPackParameters: true
IndentWidth: 4
IndentCaseLabels: true
ColumnLimit: 120
PointerAlignment: Right
AllowShortFunctionsOnASingleLine: None