Skip to content

Commit

Permalink
Added .editorconfig for linting purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
NaviRocker committed Jan 1, 2018
1 parent cc2af2c commit 392f1fa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.html]
indent_size = 4

[*.js]
indent_size = 4

[*.css]
indent_size = 4

0 comments on commit 392f1fa

Please sign in to comment.