Skip to content

Commit

Permalink
Add Editor Config
Browse files Browse the repository at this point in the history
  • Loading branch information
jartek committed Jan 29, 2015
1 parent 72129d4 commit b1b1f05
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit b1b1f05

Please sign in to comment.