Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-05-28 16:18:11 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-05-28 16:18:11 +0300
commitcdf85a905801e1fd7b86005abab940ed96074eb2 (patch)
tree93f7cdd2a169d981bd5e9f8e1d0e140f84887711 /.clang-format
parente78658ddc2ab91f5781064cff6e9d97f6afd4545 (diff)
Allow all types of functions on one line.
Which would fit into the 75 char line limit.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 8f26b7e14..07570f377 100644
--- a/.clang-format
+++ b/.clang-format
@@ -12,7 +12,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
-AllowShortFunctionsOnASingleLine: Inline
+AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None