diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-02-05 20:58:27 +0100 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-02-05 20:58:27 +0100 |
commit | 5d0f583a9f85346b885bc536690fde417184ffa7 (patch) | |
tree | a333d29af57b0ccba7e9e67397f897db6877c071 /.clang-format | |
parent | 807c552ca9f0ad5a504301be3b1b4d7288508e3b (diff) |
Use named functions
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 3044a0c..2aceea2 100644 --- a/.clang-format +++ b/.clang-format @@ -57,4 +57,4 @@ SpacesInParentheses: false SpacesInSquareBrackets: false TabWidth: 8 UseCRLF: false -UseTab: ForIndentation
\ No newline at end of file +UseTab: Always
\ No newline at end of file |