aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 548df8d0..252859ba 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,6 +1,7 @@
---
-# We'll use defaults from the LLVM style, but with 4 columns indentation.
+# Use defaults from LLVM style with the following exceptions:
BasedOnStyle: LLVM
IndentWidth: 4
+ColumnLimit: 132
SortIncludes: false
...