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:
parent
b1a217a369
commit
c3295781fd
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user