Skip to content

Commit

Permalink
Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jan 29, 2017
1 parent 7418fac commit 5fb6c11
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 5fb6c11

Please sign in to comment.