mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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
|
|
@ -21,6 +21,7 @@
|
|||
#include "module.h"
|
||||
#include <irssi/src/fe-common/core/formats.h>
|
||||
|
||||
/* clang-format off */
|
||||
FORMAT_REC fecommon_irc_formats[] = {
|
||||
{ MODULE_NAME, "IRC", 0 },
|
||||
|
||||
|
|
@ -176,3 +177,4 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
/* clang-format on */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue