Skip to content

Commit

Permalink
added editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
isymchych committed Dec 3, 2015
1 parent 09aa948 commit 91fbf1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# http://editorconfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
max_line_length = 80
trim_trailing_whitespace = true

0 comments on commit 91fbf1e

Please sign in to comment.