Add and use .clang-format file.

This commit is contained in:
Markus F.X.J. Oberhumer
2021-01-04 19:07:17 +01:00
parent fdc68812c5
commit 8236276a90
2 changed files with 15 additions and 13 deletions
+12
View File
@@ -0,0 +1,12 @@
# for clang-format-10.0.1
---
BasedOnStyle: LLVM
AccessModifierOffset: -4
#AlignConsecutiveAssignments: true
AlwaysBreakTemplateDeclarations: true
ColumnLimit: 100
IndentWidth: 4
SortIncludes: false
SpaceAfterCStyleCast: true
Standard: Cpp03
...