Skip to content

Commit

Permalink
Added .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmid committed Dec 3, 2019
1 parent 8f9bb63 commit c5e805c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
root = true

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

[*.js]
indent_size = 4

[*.html]
indent_size = 4

[*.sass]
indent_size = 4

[*.json]
indent_style = space
indent_size = 2

0 comments on commit c5e805c

Please sign in to comment.