Add clang-format spec

This commit is contained in:
Martin Lund 2024-09-07 09:31:31 +02:00
parent a22b270749
commit 6c4b92270e

5
.clang-format Normal file
View file

@ -0,0 +1,5 @@
BasedOnStyle: llvm
IndentWidth: 4
AllowShortFunctionsOnASingleLine: None
KeepEmptyLinesAtTheStartOfBlocks: false
BreakBeforeBraces: Allman