CONTRIBUTING: clarify style requirements

This commit is contained in:
Sam Dodrill 2014-09-15 14:26:14 -07:00
parent bfac4f3498
commit cb1ff884a1
1 changed files with 9 additions and 0 deletions

View File

@ -9,3 +9,12 @@ follow the current coding style of the file you are in. If all else fails,
please use the [Linux Kernel](https://www.kernel.org/doc/Documentation/CodingStyle)
coding style.
Please run all code against the following `astyle` command before sending in
a pull request:
```console
$ astyle --style=linux --mode=c -n $file
```
It should be trivial to set up your text editor to do this for you.