summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 6016fe522d..5b78818821 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,4 +1,5 @@
Language: Cpp
+AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
BasedOnStyle: LLVM
BreakBeforeBraces: Linux
@@ -6,5 +7,6 @@ ColumnLimit: 80
ContinuationIndentWidth: 8
IndentCaseLabels: false
IndentWidth: 8
+PenaltyReturnTypeOnItsOwnLine: 1000
SortIncludes: false
UseTab: Always