Skip to content

Commit

Permalink
Added EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrutsko committed Mar 22, 2016
1 parent 0e9bbdb commit 9c24c79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
@@ -0,0 +1,11 @@
# EditorConfig is awesome
# http://EditorConfig.org

root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = crlf
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 9c24c79

Please sign in to comment.