Skip to content

Commit

Permalink
Specify max line length in editor config to match flake8 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ushkarev committed Feb 1, 2024
1 parent 7c7d72a commit f8b283f
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
@@ -1,10 +1,10 @@
# http://editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
max_line_length = 120
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
Expand Down

0 comments on commit f8b283f

Please sign in to comment.