From 861380faf685f98ed5d747f8d5479d3440769892 Mon Sep 17 00:00:00 2001 From: Tuan Pham Anh Date: Sat, 3 Nov 2018 15:21:22 +0700 Subject: [PATCH] update indent_size = 2 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 6051e92..b3d35ea 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ root = true # Change these settings to your own preference indent_style = space -indent_size = 4 +indent_size = 2 # We recommend you to keep these unchanged end_of_line = lf