aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 252859ba0..0af4d400c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,6 +1,6 @@
---
-# Use defaults from LLVM style with the following exceptions:
-BasedOnStyle: LLVM
+# Use defaults from the Google style with the following exceptions:
+BasedOnStyle: Google
IndentWidth: 4
ColumnLimit: 132
SortIncludes: false