chore(editorconfig): sync line length with flake8 config to 120 chars

This commit is contained in:
Levente Polyak
2021-10-21 20:20:37 +02:00
parent 52178f38d5
commit cb95b92778

View File

@ -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