aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-22 22:37:58 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-22 22:37:58 +0000
commit137994df5ca3aa3fba97c0e1718ec45af309bebe (patch)
tree450d879b5b30c0571ce7ed1928d337ce7146ab25 /.clang-format
parent224e252ca23d5dcaef2f6236a497e6f42cf49016 (diff)
parent0f9d8a7f951a58252175c0b3280f24ef6529150f (diff)
downloadYAGE-137994df5ca3aa3fba97c0e1718ec45af309bebe.tar.gz
YAGE-137994df5ca3aa3fba97c0e1718ec45af309bebe.zip
Merge branch 'develop'
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 a4489c53..6ba7c5be 100644
--- a/.clang-format
+++ b/.clang-format
@@ -4,6 +4,7 @@ IndentWidth: 4
---
Language: Cpp
AccessModifierOffset: -4
+AlignConsecutiveAssignments: true
AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true