From 32b2bd446b16e7e49e099e72bd0d4896dc98adc2 Mon Sep 17 00:00:00 2001 From: Raul Hidalgo Caballero Date: Thu, 19 Jan 2017 16:50:50 +0100 Subject: [PATCH] Updated .editorconfig --- .editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9b74cec3c47..ee8ed065914 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,12 +7,12 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_size = 4 -indent_style = tab +indent_size = 2 +indent_style = space insert_final_newline = true tab_width = 4 trim_trailing_whitespace = true # Python Code Style [*.py] -indent_style = space +indent_size = 4