Skip to content

Commit

Permalink
add editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
millermedeiros committed Jan 14, 2013
1 parent 9265ea8 commit af5369a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
@@ -0,0 +1,20 @@
; EditorConfig is awesome: http://EditorConfig.org

; top-most EditorConfig file
root = true

; base rules
[*]
end_of_line = lf
insert_final_newline = false
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true

; The default indent on package.json is 2 spaces, better to keep it so we can
; use `npm install --save` and other features that rewrites the package.json
; file automatically
[package.json]
indent_style = space
indent_size = 2

0 comments on commit af5369a

Please sign in to comment.