From 7d1bc698a417d71c255d51ceabd55e1293d61de9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 19 Feb 2020 15:47:44 +0400 Subject: Update ESLint config Signed-off-by: Valentin Popov --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig index 3e49128..c2459c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,9 +6,9 @@ root = true charset = utf-8 end_of_line = lf indent_size = 2 -indent_style = space +indent_style = tab insert_final_newline = true -tab_width = 2 +tab_width = 4 trim_trailing_whitespace = true [*.json] -- cgit v1.2.3