From bcf7597f1a78eb0e290dde4dc8bc35c7cc1b153a Mon Sep 17 00:00:00 2001 From: Josh Bruce Date: Wed, 14 Mar 2018 16:49:40 -0400 Subject: [PATCH] [editorconfig]: All md files except in test use tab (#1111) * All md files except in test use tab * Remove translate_tabs_to_spaces --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3cc69935fa..9f5e052beb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,5 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -translate_tabs_to_spaces = true -indent_style = space +indent_style = tab indent_size = 4 \ No newline at end of file