HACKING: document EOL cleaning, thanks Ludovic
This commit is contained in:
parent
26865bbc19
commit
7da28b87d2
1 changed files with 2 additions and 0 deletions
2
HACKING
2
HACKING
|
@ -11,6 +11,8 @@ Here are some directions to get you started:
|
|||
is consistent in style and thus easier to read.
|
||||
Look around and respect the same style.
|
||||
Don't use tabs. Increment unit is two spaces.
|
||||
Don't leave dandling spaces or tabs at EOL. Helper script:
|
||||
$ find . -name '*.[ch]' -exec perl -pi -e 's/[ \t]+$//;' {} \;
|
||||
|
||||
2. Chase warnings: no warning should be introduced by your changes
|
||||
Depending what you touch, you can check with:
|
||||
|
|
Loading…
Reference in a new issue