summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-12-24 20:06:49 +0100
committerHampusM <hampus@hampusmat.com>2021-12-24 20:06:49 +0100
commit8969ebfa45b593e0c59f6998fdf8bde42324089f (patch)
tree5bc811c468bfa682f3ce6a25db1867f2cde421c9
parent379f727926836dcc71dcbb4341d6b19cff18dd0f (diff)
style: improve 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