diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-30 08:07:59 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-30 08:07:59 +0200 |
commit | 42f20f827565a2bdd9e1373b7ee2c408991b9d44 (patch) | |
tree | 30828ac3bc655e90c0d145fdc2fe7304cdff7b1f | |
parent | 70035f204345b09305fbb487208708e69bd79a53 (diff) | |
download | libquotient-42f20f827565a2bdd9e1373b7ee2c408991b9d44.tar.gz libquotient-42f20f827565a2bdd9e1373b7ee2c408991b9d44.zip |
.clang-format: add DEFINE_EVENT_TYPEID to StatementMacros
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 3eafee44..6e13223e 100644 --- a/.clang-format +++ b/.clang-format @@ -133,6 +133,7 @@ Standard: c++17 StatementMacros: - Q_UNUSED - QT_REQUIRE_VERSION + - DEFINE_EVENT_TYPEID TabWidth: 4 #UseCRLF: false #UseTab: Never |