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 Feb 8, 2017
1 parent 6b979f4 commit 44f6a58
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

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

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

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit 44f6a58

Please sign in to comment.