Skip to content

Commit

Permalink
remove EOL@EOF advice
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Jun 18, 2018
1 parent 67dc83f commit 9af6c48
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/HACKING/CodingStandards.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ deviations from our C whitespace style. Generally, we use:
- Unix-style line endings
- K&R-style indentation
- No space before newlines
- A blank line at the end of each file
- Never more than one blank line in a row
- Always spaces, never tabs
- No more than 79-columns per line.
Expand Down Expand Up @@ -437,4 +436,3 @@ the functions that call your function rely on it doing something, then your
function should mention that it does that something in the documentation. If
you rely on a function doing something beyond what is in its documentation,
then you should watch out, or it might do something else later.

0 comments on commit 9af6c48

Please sign in to comment.