diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 1da0c6e..9bd416e 100644 --- a/.clang-format +++ b/.clang-format @@ -119,8 +119,7 @@ SpacesInParentheses: false SpacesInSquareBrackets: false Standard: Cpp11 StatementMacros: - - Q_UNUSED - - QT_REQUIRE_VERSION + - _Pragma TabWidth: 4 UseTab: ForIndentation ... |