aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-02-05 20:58:27 +0100
committerMango0x45 <thomasvoss@live.com> 2021-02-05 20:58:27 +0100
commit5d0f583a9f85346b885bc536690fde417184ffa7 (patch)
treea333d29af57b0ccba7e9e67397f897db6877c071 /.clang-format
parent807c552ca9f0ad5a504301be3b1b4d7288508e3b (diff)
Use named functions
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
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