mirror of https://github.com/zeldaret/tp.git
.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:
parent
f2a94f139b
commit
c028ab3b52
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
Language: Cpp
|
||||
Language: Cpp
|
||||
Standard: c++03
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignConsecutiveAssignments: false
|
||||
|
|
|
|||
Loading…
Reference in New Issue