make style: take care of EOF LF

This commit is contained in:
Philippe Teuwen
2019-03-12 00:11:27 +01:00
parent 346af6e3d1
commit f205f9db87
2 changed files with 10 additions and 6 deletions

View File

@@ -258,9 +258,7 @@ you shouldn't use it (same for _FOOBAR_H).
=== WHITESPACE ===
Avoid trailing whitespace (no line should end in tab or space). People forget
this all the time if their editor doesn't handle it, but don't be surprised if
you see someone fixing it from time to time.
"make style" will take care of that.
Avoid trailing whitespace (no line should end in tab or space).
Keep a newline (blank line) at the end of each file.
"make style" will take care of both.