Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Apr 4, 2018
1 parent 7eee5ab commit 9f16064
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
@@ -0,0 +1,19 @@
root = true

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

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

[*.{js,jsx}]
indent_size = 4

[*.{json,md}]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 9f16064

Please sign in to comment.