mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
b0f20f11fc
This gets reasonably close to the existing format in sys/kern but will probably require some changes to upstream clang-format before it can be used as the default formatting tool. I tried formatting a few files in sys/kern and the result is pretty close to the existing code. However, this configuration file is not ready to be used without manually checking the output. Reviewed By: emaste Differential Revision: https://reviews.freebsd.org/D20533
7 lines
205 B
Text
7 lines
205 B
Text
*.c diff=cpp
|
|
*.h diff=cpp
|
|
*.cpp diff=cpp
|
|
*.hpp diff=cpp
|
|
*.py diff=python
|
|
. svn-properties=svn:keywords=tools/build/options/WITHOUT_LOADER_ZFS
|
|
.clang-format svn-properties=svn:keywords=FreeBSD=%H
|