diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-22 19:03:55 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-22 19:03:55 +0300 |
commit | c0e55378c31321e2ab7a117cefb3bd63a609e474 (patch) | |
tree | ef6f08864d713a4fc6dc49b24018156abfdec048 /.clang-format | |
parent | Remove cache updates from the main thread (diff) | |
download | nheko-c0e55378c31321e2ab7a117cefb3bd63a609e474.tar.xz |
Remove extra inline keywords
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 42d7b6f7..6dc5274b 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ Language: Cpp AccessModifierOffset: -8 AlignAfterOpenBracket: Align AlignConsecutiveAssignments: true -AllowShortFunctionsOnASingleLine: Empty +AllowShortFunctionsOnASingleLine: true BasedOnStyle: Mozilla ColumnLimit: 100 IndentCaseLabels: false |