aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2024-08-23 22:22:31 +0100
committerGitHub <noreply@github.com>2024-08-23 23:22:31 +0200
commitd333a966ed961fca02d80212fe1384cf8600b9cb (patch)
tree1bd67c8b6a3ec68f9651f67bbb87c864334ea5d1
parent9615ba206d47c00414c47402ba6880d08cc6c76a (diff)
downloadNorthstarLauncher-d333a966ed961fca02d80212fe1384cf8600b9cb.tar.gz
NorthstarLauncher-d333a966ed961fca02d80212fe1384cf8600b9cb.zip
Formatting: Set short inline functions to be on one line (#771)
Allow short inline functions to be on one line as otherwise short getters and setters are expanded way too much.
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 2ad2ec20..ecf9fec8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -7,7 +7,7 @@ AccessModifierOffset: -4
AlignTrailingComments: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: true
-AllowShortFunctionsOnASingleLine: Empty
+AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: No