Skip to content

Commit

Permalink
editorconfig: Update maximum line length to 100
Browse files Browse the repository at this point in the history
This commit updates the maximum line length from 80 to 100 as per the
GitHub issue zephyrproject-rtos#30426 ("Enforce all checkpatch warnings and move to 100
characters per line").

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio authored and nashif committed Apr 28, 2022
1 parent 3af8a7d commit 9c25009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80
max_line_length = 100

# Assembly
[*.S]
Expand Down

0 comments on commit 9c25009

Please sign in to comment.