meta: add python line length to .editorconfig
This commit is contained in:
parent
38a15de462
commit
7469d4bf24
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ indent_size = unset
|
||||||
|
|
||||||
[*.py]
|
[*.py]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
max_line_length = 120
|
||||||
|
|
||||||
[*.el]
|
[*.el]
|
||||||
indent_size = unset
|
indent_size = unset
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue