diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-30 19:32:25 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2021-07-30 19:32:25 +0200 |
commit | a2e8575f8b843eb9534c42b9c2864923a0329119 (patch) | |
tree | d35fc9648e19d4c2b39ea96c851e48dad5beb179 /.clang-format | |
parent | 62c829cc8de8a870c08926c41331f2766e766f37 (diff) | |
parent | 7ee1681d7640b7e7683f7bb40bf768704a48832c (diff) | |
download | libquotient-a2e8575f8b843eb9534c42b9c2864923a0329119.tar.gz libquotient-a2e8575f8b843eb9534c42b9c2864923a0329119.zip |
Merge branch 'master' into kitsune-fix-read-receipts-and-markers
Diffstat (limited to '.clang-format')
-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 |