Skip to content

Commit

Permalink
Added editorconfig to help with project style.
Browse files Browse the repository at this point in the history
  • Loading branch information
pthorin committed Apr 19, 2017
1 parent 0f27ae7 commit 2bb1de9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.js]
indent_size = 4

[*.html]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 2bb1de9

Please sign in to comment.