boothifier/.clang-format
2025-09-28 23:18:18 -07:00

15 lines
287 B
YAML

BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 100
BraceWrapping:
AfterFunction: false
AfterControlStatement: false
AfterClass: false
AfterEnum: false
AfterStruct: false
AfterNamespace: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false