compsci-notes-spring-2024/.clang-format

10 lines
177 B
Plaintext
Raw Normal View History

BasedOnStyle: LLVM
IndentWidth: 4
ColumnLimit: 120
BreakBeforeBraces: Custom
BraceWrapping:
BeforeCatch: true
BeforeElse: true
BeforeLambdaBody: false
BeforeWhile: true