From 741906cf4ef07b90cf54a7d03b24b1d7feb0c325 Mon Sep 17 00:00:00 2001 From: nerdbabe Date: Wed, 4 Jul 2018 15:06:35 +0200 Subject: [PATCH] Adjust editorconfig to ESLint Config --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d236c9250..fba8ec726 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ max_line_length = 120 indent_style = space indent_size = 2 -[*.{jsx,html}] +[*.html] indent_size = 4 [package.json]