Skip to content

Commit

Permalink
Merge pull request #60 from danger/editorconfig
Browse files Browse the repository at this point in the history
Add .editorconfig
  • Loading branch information
orta committed Dec 27, 2016
2 parents fd13950 + 5449b03 commit 90e2376
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

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

[*.md]
trim_trailing_whitespace = false
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

// Add your own contribution below

* Add .editorconfig - macklinu

### 0.7.0


Expand Down

0 comments on commit 90e2376

Please sign in to comment.