Skip to content

Commit

Permalink
Include latest props in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 28, 2012
1 parent e860072 commit cb7ca10
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .editorconfig
@@ -1,8 +1,10 @@
; editorconfig.org # editorconfig.org
root = true root = true


; Unix-style newlines
[*] [*]
end_of_line = LF
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit cb7ca10

Please sign in to comment.