diff options
author | HampusM <hampus@hampusmat.com> | 2021-12-24 20:06:49 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-12-24 20:06:49 +0100 |
commit | 8969ebfa45b593e0c59f6998fdf8bde42324089f (patch) | |
tree | 5bc811c468bfa682f3ce6a25db1867f2cde421c9 | |
parent | 379f727926836dcc71dcbb4341d6b19cff18dd0f (diff) |
style: improve clang format
-rw-r--r-- | .clang-format | 3 |
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 |