ref: 373a22660b82918901eaaac92c96335f39a7e344
parent: 8c62e80c18193bf086d7318d745fee8d9ccbb937
author: ISSOtm <eldredhabert0@gmail.com>
date: Mon Feb 28 18:32:21 EST 2022
Switch clang-format to C++17 Be consistent with what we settled on in code
--- a/.clang-format
+++ b/.clang-format
@@ -93,7 +93,7 @@
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
-Standard: c++20
+Standard: c++17
TabWidth: 4
UseCRLF: false
UseTab: AlignWithSpaces