aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format7
1 files changed, 4 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 82cad06..5aba91d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -19,7 +19,7 @@ AllowShortLambdasOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: TopLevel
-AlwaysBreakAfterReturnType: TopLevelDefinitions
+AlwaysBreakAfterReturnType: TopLevel
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: Yes
BinPackArguments: false
@@ -119,8 +119,9 @@ SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
StatementMacros:
- - Q_UNUSED
- - QT_REQUIRE_VERSION
+ - PUGL_API
+ - PUGL_DEPRECATED_BY
+ - PUGL_UNUSED
TabWidth: 4
UseTab: ForIndentation
...