From 854e627065714a7f10ce73c70b2d7b56a5778070 Mon Sep 17 00:00:00 2001 From: antelle Date: Fri, 16 Aug 2019 23:09:14 +0200 Subject: [PATCH] fixed editorconfig --- .editorconfig | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index 33a2c640..0eb406a1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,17 +15,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.json] -indent_size = 2 - -[.eslintrc] -indent_size = 4 - -[*.scss] -indent_size = 2 - -[*.css] -indent_size = 2 - [*.nsh] indent_size = 2