summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2014-12-01 21:12:08 -0500
committerAnish Athalye <me@anishathalye.com>2014-12-01 21:12:08 -0500
commit992ba4a2a94c46d1b5fe14d901c1720263e17162 (patch)
tree6497039917ba2a63a9ee69e2ff5cad82e72fab19 /.editorconfig
parent6d08479626663e45c5d5354924dec6aaa8055667 (diff)
Fix editorconfig
This project uses an indent of 4 spaces for Python code.
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/.editorconfig b/.editorconfig
index 743d508..0a0b417 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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