aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:47:33 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:47:33 +0100
commitfc42f18705072928c0aff12cb6fcbc69e61239b6 (patch)
tree67854282652472268d5b6e61aa90df43d9292806 /.clang-format
parentf9cc383fc697a884413bda65d75e0e13dfcf3cbb (diff)
downloadYAGE-fc42f18705072928c0aff12cb6fcbc69e61239b6.tar.gz
YAGE-fc42f18705072928c0aff12cb6fcbc69e61239b6.zip
Even more clang formatting and clang tidy fixing.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index cedf99a1..41283136 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,5 +7,6 @@ AccessModifierOffset: -4
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Linux
+UseTab: Never
...