Skip to content

Commit

Permalink
chore(.editorconfig) configuration file created
Browse files Browse the repository at this point in the history
  • Loading branch information
rimiti committed Sep 5, 2018
1 parent 7233ba6 commit 5443136
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
root = true

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

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

[*.md]
insert_final_newline = false

0 comments on commit 5443136

Please sign in to comment.