Skip to content

Commit

Permalink
Add max_line_length to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoschcau committed Jan 26, 2021
1 parent 4def69f commit da47d6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
indent_style = space
insert_final_newline = true
max_line_length = 120
trim_trailing_whitespace = true

0 comments on commit da47d6c

Please sign in to comment.