summaryrefslogtreecommitdiff
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 4491708..755033b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -5,8 +5,9 @@ TabWidth: 4
AllowShortBlocksOnASingleLine: Empty
BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
+AllowShortFunctionsOnASingleLine: None
IndentCaseLabels: false
-ColumnLimit: 0
+ColumnLimit: 90
AccessModifierOffset: -4
NamespaceIndentation: All
FixNamespaceComments: false