diff options
author | HampusM <hampus@hampusmat.com> | 2021-12-20 20:36:51 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-12-20 20:36:51 +0100 |
commit | 135ecb444644079983de7123a0fdf0c21fa68a14 (patch) | |
tree | 7a86afee6c010b38190990a5923f0c4d58cb4bac /.clang-format | |
parent | 2bcbead3d8e189493efc5066c61755f4ad138223 (diff) |
style: fix line endings
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.clang-format b/.clang-format index 5facbda..4491708 100644 --- a/.clang-format +++ b/.clang-format @@ -1,12 +1,12 @@ -BasedOnStyle: LLVM
-UseTab: Always
-IndentWidth: 4
-TabWidth: 4
-AllowShortBlocksOnASingleLine: Empty
-BreakBeforeBraces: Allman
-AllowShortIfStatementsOnASingleLine: false
-IndentCaseLabels: false
-ColumnLimit: 0
-AccessModifierOffset: -4
-NamespaceIndentation: All
-FixNamespaceComments: false
+BasedOnStyle: LLVM +UseTab: Always +IndentWidth: 4 +TabWidth: 4 +AllowShortBlocksOnASingleLine: Empty +BreakBeforeBraces: Allman +AllowShortIfStatementsOnASingleLine: false +IndentCaseLabels: false +ColumnLimit: 0 +AccessModifierOffset: -4 +NamespaceIndentation: All +FixNamespaceComments: false |