diff --git a/.clang-format b/.clang-format index 081cf55..9bff84c 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,8 @@ --- BasedOnStyle: Google + IndentWidth: 4 +ColumnLimit: 100 --- Language: Cpp