summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format7
1 files changed, 5 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index f23b895..938dda8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,3 +1,6 @@
-BasedOnStyle: Google
+BasedOnStyle: Google
Language: Cpp
-ColumnLimit: 100
+ColumnLimit: 120
+IndentWidth: 2
+TabWidth: 2
+UseTab: Never \ No newline at end of file