mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-20 14:44:24 -04:00
.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:
+2
-1
@@ -1,5 +1,6 @@
|
||||
---
|
||||
Language: Cpp
|
||||
Language: Cpp
|
||||
Standard: c++03
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignConsecutiveAssignments: false
|
||||
|
||||
Reference in New Issue
Block a user