From 248be1ac8bf5a7b3f74faa42804c5b6de0ec54c4 Mon Sep 17 00:00:00 2001 From: Mehdi M Date: Tue, 29 Dec 2020 22:22:42 +0100 Subject: [PATCH] Fix EditorConfig and remove it from shipped files --- .editorconfig | 16 +--------------- package.json | 3 ++- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.editorconfig b/.editorconfig index c150dd6..f15441a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,22 +5,8 @@ charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true - -# 4 spaces indentation -[*.{json}] indent_style = space -indent_size = 4 +indent_size = 2 [*.md] trim_trailing_whitespace = false -indent_style = space -indent_size = 4 - -# 2 spaces indentation -[*.{js,css,scss,html}] -indent_style = space -indent_size = 2 - -[{package.json}] -indent_style = space -indent_size = 2 diff --git a/package.json b/package.json index ccfb382..9472ad5 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "v.scss", - "version": "1.2.0", + "version": "1.2.1", "description": "A SCSS v() function to better write CSS custom properties and chain more fallbacks.", "main": "src/functions/v.scss", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, + "files": [], "keywords": [ "css", "custom properties",