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 7a87999 commit 0597904
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": "easings.scss",
"version": "0.3.0",
"version": "0.3.1",
"description": "Easings (cubic-bezier timing functions) as custom properties and SCSS variables.",
"main": "src/easings.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["src"],
"keywords": [
"css",
"custom properties",
Expand Down

0 comments on commit 0597904

Please sign in to comment.