Skip to content

Commit

Permalink
Adds editorConfig.
Browse files Browse the repository at this point in the history
Fixes #5491
  • Loading branch information
Seb Ashton authored and Jeff Dutil committed Oct 24, 2014
1 parent 0406808 commit 7f98ddf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
@@ -0,0 +1,22 @@
# http://EditorConfig.org
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
tab_width = 2

[**.rb]
max_line_length = 80

[**.js, **.coffee]
max_line_length = 120

[*.md]
trim_trailing_whitespace = false

0 comments on commit 7f98ddf

Please sign in to comment.