Switch clang-format to C++17

Be consistent with what we settled on in code
This commit is contained in:
ISSOtm
2022-02-28 23:32:21 +01:00
committed by Eldred Habert
parent 8c62e80c18
commit 373a22660b

View File

@@ -93,7 +93,7 @@ SpacesInConditionalStatement: false
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: c++20
Standard: c++17
TabWidth: 4
UseCRLF: false
UseTab: AlignWithSpaces