Update .clang-format

This commit is contained in:
Jayden Savarinathan 2021-07-14 10:16:56 -04:00 committed by GitHub
commit 14d23b5921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: false SpacesInCStyleCastParentheses: false
SpacesInParentheses: false SpacesInParentheses: false
SpacesInSquareBrackets: false SpacesInSquareBrackets: false
Standard: Cpp11 Standard: Cpp17
TabWidth: 4 TabWidth: 4
UseTab: Never UseTab: Never
#... #...