Skip to content

Commit

Permalink
Windows (muan#14): πŸ—’ Using @krolow's improved .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
patricknelson committed Feb 18, 2017
1 parent 97adcb6 commit 1f23c6a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 2 space indentation
[*.js,*.html]
indent_style = space
indent_size = 2
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

0 comments on commit 1f23c6a

Please sign in to comment.