Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds .editorconfig
  • Loading branch information
bunzli committed Oct 15, 2013
1 parent f90dbf9 commit 2cd1152
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.js]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

0 comments on commit 2cd1152

Please sign in to comment.