Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CODING_CONVENTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
https://www.kernel.org/doc/Documentation/process/coding-style.rst with the
following modifications and additions:
* Line length: aim for no more than 80 characters per line, the absolute
maximum should be 100 characters per line.
maximum should be 120 characters per line.
* All line endings shall be set to LF (`\n`). (How to handle line endings in
Git: https://help.github.com/articles/dealing-with-line-endings)
* There must be no trailing whitespace in any line.
Expand Down
4 changes: 2 additions & 2 deletions CODING_CONVENTIONS_C++.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ void my_class::do_something_else() {

- Use 4 spaces per indentation level.

- The maximum number of characters per line is 80.

- No tabs, ever.

- Aim for 80 characters per line, and do not exceed a maximum of 120.

- Never use C-style casts.

- Vertical whitespaces separate functions and are not used inside functions:
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/vera++/profiles/riot_force_params.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
max-line-length=100
max-line-length=120
max-consecutive-empty-lines=1