chore(editorconfig): sync line length with flake8 config to 120 chars
This commit is contained in:
parent
52178f38d5
commit
cb95b92778
@ -11,7 +11,7 @@ trim_trailing_whitespace = true
|
||||
[{*.py,keyringctl}]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
max_line_length = 119
|
||||
max_line_length = 120
|
||||
|
||||
[*.{yml,yaml}]
|
||||
end_of_line = lf
|
||||
|
Loading…
Reference in New Issue
Block a user