Skip to content

Commit

Permalink
[dox] stylec: limit to 100 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 17, 2014
1 parent d565ca8 commit fff20da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/manual/style.dox
Expand Up @@ -31,6 +31,7 @@ style located in the repository (paparazzi_code_profile_eclipse.xml)
- remove any trailing white space at the end of lines.
- use 2 spaces for indentation; do NOT use tabs.
- use Unix line endings ('\\n'); do NOT use DOS endings ('\\r\\n')
- limit code length to 100 chars per line
- limit adjacent empty lines to at most two (2).
- remove any trailing empty lines at the end of source files
- do not "comment out" code from the tree; instead, one should either:
Expand Down

0 comments on commit fff20da

Please sign in to comment.