Skip to content

Commit

Permalink
apply editorconfig to frontend files
Browse files Browse the repository at this point in the history
  • Loading branch information
magicznyleszek committed Apr 11, 2018
1 parent 555c36d commit 02e4e28
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
root = true

[*]
# only apply to frontend files
[*.{es6,js,coffee,scss,css,html}]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{py,html,scss}]
indent_size = 4

0 comments on commit 02e4e28

Please sign in to comment.