Skip to content

Commit

Permalink
Adding editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
krolow committed Aug 10, 2015
1 parent 84ceceb commit b7e958b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
@@ -0,0 +1,10 @@
[*]
indent_style = space
end_of_line = lf
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true

[*.md]
max_line_length = 0
trim_trailing_whitespace = false

0 comments on commit b7e958b

Please sign in to comment.