Skip to content

Commit

Permalink
Fix EditorConfig and remove it from shipped files
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Dec 29, 2020
1 parent 10fc1f4 commit 248be1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
16 changes: 1 addition & 15 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 248be1a

Please sign in to comment.