Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update .editorconfig with new properties. Close gh-915.
  • Loading branch information
sindresorhus authored and dmethvin committed Sep 10, 2012
1 parent 1c99b56 commit 949dfe5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .editorconfig
@@ -1,9 +1,16 @@
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

; All JavaScript files should use tabs unless specified otherwise

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

# Tabs in JS unless otherwise specified
[**.js]
indent_style = tab

Expand Down

0 comments on commit 949dfe5

Please sign in to comment.