From a04ddffb9dee33d27f308529b6f4359a592db45d Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Wed, 19 Dec 2018 09:10:53 -0800 Subject: [PATCH] No forcing tabsize on users --- .editorconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 3d392895d5200..e7e99b5bcb520 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,6 @@ root = true # Tab indentation [*] indent_style = tab -indent_size = 4 trim_trailing_whitespace = true # The indent size used in the `package.json` file cannot be changed