Update .clang-format

This commit is contained in:
souldbminersmwc
2026-06-04 19:34:58 -04:00
parent 06ec789e32
commit c6a8884c14

View File

@@ -38,8 +38,8 @@ AllowShortBlocksOnASingleLine: Always
# to always be on separate lines, following K&R convention
AllowShortFunctionsOnASingleLine: None
IndentCaseLabels: false
SpaceAfterCStyleCast: true
IndentCaseLabels: true
SpaceAfterCStyleCast: false
ColumnLimit: 150
MaxEmptyLinesToKeep: 1
Cpp11BracedListStyle: false