Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vsund committed Mar 16, 2018
1 parent bf4efe6 commit 2e7262c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# editorconfig.org

root = true

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

[*.md]
trim_trailing_whitespace = false

[{package.json,yarn.lock,*.yml}]
indent_style = space
indent_size = 2

0 comments on commit 2e7262c

Please sign in to comment.