Adjust code style to comply with clang-format rules

This commit is contained in:
yabu76 2025-08-14 13:50:58 +09:00
parent 102657af58
commit 4aa36e6e91
9 changed files with 285 additions and 159 deletions

View file

@ -3,3 +3,7 @@ IndentWidth: 4
AllowShortFunctionsOnASingleLine: None
KeepEmptyLinesAtTheStartOfBlocks: false
BreakBeforeBraces: Allman
IndentCaseLabels: true
ColumnLimit: 144
SortIncludes: false
SkipMacroDefinitionBody: true