diff --git a/.clang-format b/.clang-format index fb3450d..5b09c03 100644 --- a/.clang-format +++ b/.clang-format @@ -28,6 +28,6 @@ SpacesInAngles: false SpacesInCStyleCastParentheses: false SpacesInParentheses: false SpacesInSquareBrackets: false -Standard: LS_Cpp11 +Standard: Cpp11 TabWidth: 4 UseTab: ForIndentation