Skip to content

Commit cbd3433

Browse files
authored
Change C++ standard from Cpp17 to LS_Cpp17
1 parent 714bed5 commit cbd3433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ SpacesInContainerLiterals: true
108108
SpacesInCStyleCastParentheses: false
109109
SpacesInParentheses: false
110110
SpacesInSquareBrackets: false
111-
Standard: Cpp17
111+
Standard: LS_Cpp17
112112
TabWidth: 4
113113
UseTab: Never
114114
---

0 commit comments

Comments
 (0)