Fix .editorconfig

This commit is contained in:
Michael Droettboom 2018-07-23 11:20:13 -04:00
parent 18da211e24
commit e73eb05069
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
[**.py]
indent_size = 4