bxe: tag files to skip clang-format formatting

bxe contains three files which are sets of constants or other data, and
might be auto-generated or have an upstream.  They are rather large
files and clang-format takes quite some time when run against them, so
just skip formatting.

MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D27806
This commit is contained in:
Ed Maste 2020-06-24 20:42:10 -04:00
parent b1a217a369
commit c3295781fd
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* clang-format off */
/*
* This file contains an array of operations needed to initialize the chip:

View File

@ -28,7 +28,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* clang-format off */
/*
* This file contains an array of operations needed to initialize the chip:

View File

@ -28,7 +28,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/* clang-format off */
/*
* This file contains an array of operations needed to initialize the chip: