Fix line lengths and add limit to .editorconfig

This commit is contained in:
Tulir Asokan
2018-04-29 23:51:11 +03:00
parent 73e7b8f635
commit 1e0f2c72b5
5 changed files with 38 additions and 24 deletions
+3
View File
@@ -8,5 +8,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
max_line_length = 99
[*.{yaml,yml,py}]
indent_style = space