.clang-format: set standard to c++03 (#93)

technically our version of mwcc only supports c++98 but this is close enough to preserve spaces between nested template closing brackets

Co-authored-by: notyourav <65437533+notyourav@users.noreply.github.com>
This commit is contained in:
Erin Moon
2021-01-25 08:55:08 -06:00
committed by GitHub
parent 870bf8f115
commit 78960541b0
+2 -1
View File
@@ -1,5 +1,6 @@
---
Language: Cpp
Language: Cpp
Standard: c++03
AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: false