Add clang-format config file

This commit is contained in:
RincewindsHat 2024-10-10 22:06:33 +02:00
parent 3b96044248
commit 0bd0aaa186

10
.clang-format Normal file
View file

@ -0,0 +1,10 @@
BasedOnStyle: LLVM
UseTab: ForContinuationAndIndentation
IndentWidth: 4
TabWidth: 4
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Attach
AlignConsecutiveMacros: true
ColumnLimit: 180
IndentPPDirectives: AfterHash
SortIncludes: Never