1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/src/config
Michael Vetter 413b5f9bc9 Work around different clang-format versions
Locally I have clang-format 15.0.2.
Our CI runs ubuntu-20.04 so it has 10.0.

Seems like a default value changed but I can't find it.
When I still had clang-format 14.x everything was fine and checking:
https://releases.llvm.org/15.0.0/tools/clang/docs/ReleaseNotes.html#clang-format

I only see irrelevant things.

Someone on the llvm IRC channel sais "there is no guarantee" and "maybe
a regression or intended change".
But seems like noone knows which setting could be the one we need.

Since I don't have a better solution for now I will just edit this by
hand to apply to the clang-format version we have on the CI.
Will look into updating this one.

But in any case it would be best if the configuration file could have
this setting so formatting works the same for all contributors.
2022-10-26 15:15:37 +02:00
..
account.c Don't forget encryption status for OX and PGP. 2022-06-17 15:43:54 +03:00
account.h Don't forget encryption status for OX and PGP. 2022-06-17 15:43:54 +03:00
accounts.c accounts: deduplicate code via helper function 2022-06-29 12:30:05 +02:00
accounts.h Don't forget encryption status for OX and PGP. 2022-06-17 15:43:54 +03:00
cafile.c Include xmpp.h to cafile.c 2022-06-28 20:08:44 +02:00
cafile.h add profanity-specific CAfile 2022-03-22 11:44:01 +01:00
color.c Work around different clang-format versions 2022-10-26 15:15:37 +02:00
color.h Apply coding style 2020-07-07 14:18:57 +02:00
conflists.c Add config.h in files were it was missing 2021-03-26 19:54:22 +01:00
conflists.h Apply coding style 2020-07-07 14:18:57 +02:00
files.c Update copyright year 2022-05-09 15:43:33 +02:00
files.h Add vCard support 2022-10-18 23:24:30 +01:00
preferences.c Add vCard support 2022-10-18 23:24:30 +01:00
preferences.h Add vCard support 2022-10-18 23:24:30 +01:00
scripts.c scripts: get rid of read variable 2022-06-29 10:34:59 +02:00
scripts.h Apply coding style 2020-07-07 14:18:57 +02:00
theme.c Update copyright year 2022-05-09 15:43:33 +02:00
theme.h Apply coding style 2020-07-07 14:18:57 +02:00
tlscerts.c a tad more const-correctness 2022-03-22 11:44:00 +01:00
tlscerts.h a tad more const-correctness 2022-03-22 11:44:00 +01:00