Update .editorconfig

Removed *.py section
This commit is contained in:
Łaurent ʘ❢Ŧ Ŧough 2019-11-10 12:55:28 -08:00 committed by GitHub
parent d41e5c1152
commit 2d517e3de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,6 @@ indent_size = 4 // 4 spaces per tab
insert_final_newline = true // Auto-adds a blank newline to the end of a file
trim_trailing_whitespace = true // Auto-trims trailing whitespace
# Docstrings and comments use max_line_length = 79
[*.py]
max_line_length = 119
indent_style = tab
indent_size = 4
# Matches the exact files either package.json or .travis.yml
[{*.yml,*.yaml,config.yml,defaults.yml}]
indent_style = space