From 7cc6c7f396f83b0102b53d51de107f4d6065322f Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 9 Aug 2021 22:28:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B0=D1=85=D1=83=D1=8F:=20**.js=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 441b66a..a254f61 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,17 +17,18 @@ indent_size = 4 indent_style = space indent_size = 2 +[*.js] +indent_style = space +indent_size = 2 + [{*.html,*.css,*.json}] indent_style = tab indent_size = 4 [Makefile] indent_style = tab +indent_size = 4 -[lib/**.js] -indent_style = space -indent_size = 2 - -[{package.json}] +[package.json] indent_style = space indent_size = 2