aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index ec6cc2c..e490b56 100644
--- a/.clang-format
+++ b/.clang-format
@@ -2,6 +2,7 @@
BasedOnStyle: Chromium
ColumnLimit: '120'
AccessModifierOffset: '-2'
-AllowShortBlocksOnASingleLine: true
+AllowShortIfStatementsOnASingleLine: true
+AllowShortLoopsOnASingleLine: true
...