From c275cf1f5f386979ed2659225225aa0859852e98 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 22 Oct 2015 00:41:20 +0900 Subject: [PATCH] Do not set indent_size by default --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index cdcab8e..af4a1ac 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,8 +2,8 @@ root = true [*] indent_style = space -indent_size = 2 -tab_width = 4 +#indent_size = 2 +#tab_width = 4 end_of_line = lf #charset = utf-8