summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2016-12-29 17:52:49 +0100
committerUlrich Bauer <mail@ulrich-bauer.org>2016-12-29 17:52:49 +0100
commit11dfa016218793929b6a8b7f8c93a3669f3229d5 (patch)
treeb5a7ce2ccc42b1671dd889539e1209d1af92487b /.clang-format
parent2158b4a884d1239ede305b7ce91c9f9beeb0668b (diff)
code reformatting
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 598d7c2..1975b19 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,7 +1,7 @@
BasedOnStyle: LLVM
IndentWidth: 4
TabWidth: 4
-ColumnLimit: 120
+ColumnLimit: 100
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true