diff --git a/.clang-format b/.clang-format index 16237079..b9281491 100644 --- a/.clang-format +++ b/.clang-format @@ -1,5 +1,5 @@ BasedOnStyle: Google -Standard: Cpp17 +Standard: c++17 ColumnLimit: 80 IndentWidth: 2 ContinuationIndentWidth: 4