Skip to content

Commit

Permalink
update editorconfig settings
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Mar 26, 2015
1 parent 4f17df2 commit bc018a0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,20 @@ insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

; Can't reset indent, so only set it where wanted
; test files can have mized indent and there is no way to reset the value so we
; only add to files/folders that need it
[lib/**]
indent_style = space
indent_size = 2

[bin/*]
indent_style = space
indent_size = 2

[test/*.js]
indent_style = space
indent_size = 2

[package.json]
indent_style = space
indent_size = 2
Expand Down

0 comments on commit bc018a0

Please sign in to comment.