Add clang-format configuration

This commit is contained in:
Petri Lehtinen 2019-10-17 09:08:38 +03:00
parent 79075d5393
commit 7dc463ee4e
1 changed files with 5 additions and 0 deletions

5
.clang-format Normal file
View File

@ -0,0 +1,5 @@
BasedOnStyle: LLVM
AlignConsecutiveMacros: true
AllowShortCaseLabelsOnASingleLine: true
IndentCaseLabels: true
IndentWidth: 4