summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorMichael Lentine <mlentine@google.com>2016-03-01 16:51:06 -0600
committerTobin Ehlis <tobine@google.com>2016-03-09 09:19:37 -0700
commitb626682f91af83e5971a4145a2626a6865a9aeba (patch)
tree195a073b393512414ed09f1bf7d32e9aab5940fc /.clang-format
parent09bc70cd5eb6e4968823c6c3607978c73d809a84 (diff)
layers: Add checking for may alias bit.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 74049cfe..0f8abd3c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,4 +2,5 @@
# We'll use defaults from the LLVM style, but with 4 columns indentation.
BasedOnStyle: LLVM
IndentWidth: 4
+LineLength: 132
...