mirror of
1
0
Fork 0

Fix editorconfig

This project uses an indent of 4 spaces for Python code.
This commit is contained in:
Anish Athalye 2014-12-01 21:12:08 -05:00
parent 6d08479626
commit 992ba4a2a9
1 changed files with 1 additions and 4 deletions

View File

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