From 992ba4a2a94c46d1b5fe14d901c1720263e17162 Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 1 Dec 2014 21:12:08 -0500 Subject: [PATCH] Fix editorconfig This project uses an indent of 4 spaces for Python code. --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 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