From dc82ef55ded963db2e5c396af73a8e2b51298b76 Mon Sep 17 00:00:00 2001 From: Tony Air Date: Fri, 15 Oct 2021 05:25:47 +0200 Subject: [PATCH] UPD: editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index e38d469..0f4ba7b 100755 --- a/.editorconfig +++ b/.editorconfig @@ -24,6 +24,10 @@ indent_style = space indent_size = 4 indent_style = tab +[*.ss] +indent_size = 4 +indent_style = tab + [{.travis.yml,package.json}] # The indent size used in the `package.json` file cannot be changed # https://github.com/npm/npm/pull/3180#issuecomment-16336516