aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:09:12 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-24 01:09:12 +0100
commitf96af48ad82f1ddfab1402ca5c6eafd82af2b217 (patch)
tree0eea4b97d600460f386cb82611ce40d3ccf1bc7d /.clang-format
parent5403490b941f7c031bf1aafdb91b1098f69edbf2 (diff)
downloadYAGE-f96af48ad82f1ddfab1402ca5c6eafd82af2b217.tar.gz
YAGE-f96af48ad82f1ddfab1402ca5c6eafd82af2b217.zip
Adding rules to clang-format.
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 13ea9cc7..cedf99a1 100644
--- a/.clang-format
+++ b/.clang-format
@@ -4,6 +4,7 @@ IndentWidth: 4
---
Language: Cpp
AccessModifierOffset: -4
+AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Linux
...