Skip to content

Commit

Permalink
chore: Add .editorconfig (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExE-Boss authored and Rob--W committed Sep 8, 2019
1 parent 3929b9f commit 04a9e3a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
root = true

[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.{eslintrc,html,js,json,md}]
indent_style = space
indent_size = 2

0 comments on commit 04a9e3a

Please sign in to comment.