Skip to content

Commit

Permalink
simplify editorconfig and avoid forcing tabstops for .js files (preac…
Browse files Browse the repository at this point in the history
  • Loading branch information
developit authored and marvinhagemeister committed Jul 15, 2019
1 parent ccd9af2 commit b5b08bd
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{*.js,*.less}]
indent_size = 2

[{package.json,.*rc,*.yml}]
[{*.md,*.json,.*rc,*.yml}]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
indent_style = space
indent_size = 4

0 comments on commit b5b08bd

Please sign in to comment.