Skip to content

Commit

Permalink
[Core] Add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrookes committed Apr 27, 2016
1 parent eb5d95d commit b389518
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

[*.md]
trim_trailing_whitespace = false

[*.js]
trim_trailing_whitespace = true

# Unix-style newlines with a newline ending every file
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
insert_final_newline = true

0 comments on commit b389518

Please sign in to comment.