fix: purge clang-formats

This commit is contained in:
Barrett Ruth 2026-01-25 22:14:05 -05:00
parent 3445a7d001
commit 6cea7c9766
131 changed files with 1 additions and 1485 deletions

View file

@ -1,17 +0,0 @@
BasedOnStyle: LLVM
IndentWidth: 2
UseTab: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortLambdasOnASingleLine: None
AllowShortBlocksOnASingleLine: Never
AllowShortEnumsOnASingleLine: false
AllowShortCaseExpressionOnASingleLine: false
BreakBeforeBraces: Attach
ColumnLimit: 100
AlignAfterOpenBracket: Align
BinPackArguments: false
BinPackParameters: false