From 59a38b7bf6104f62fa5955a11739bd42e265d2e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Sat, 1 Feb 2014 14:37:19 +0100 Subject: [PATCH] Don't re-set indent style for [*.py] Just inherit it from [*]. --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 0b008c9574..4228522f9d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,4 @@ trim_trailing_whitespace = true insert_final_newline = true [*.py] -indent_style = space indent_size = 4