mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
disable clang-format check for a few sections of code from before format strictnes got tightened
modified: src/fe-common/irc/fe-events-numeric.c modified: src/fe-common/irc/module-formats.c modified: src/fe-common/irc/module-formats.h
This commit is contained in:
parent
1fef8f82a5
commit
451e3692b2
3 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include <irssi/src/fe-common/core/formats.h>
|
||||
|
||||
/* clang-format off */
|
||||
enum {
|
||||
IRCTXT_MODULE_NAME,
|
||||
|
||||
|
|
@ -144,5 +145,6 @@ enum {
|
|||
IRCTXT_ASK_OPER_PASS,
|
||||
IRCTXT_ACCEPT_LIST
|
||||
};
|
||||
/* clang-format on */
|
||||
|
||||
extern FORMAT_REC fecommon_irc_formats[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue