Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #181 from andreypopp/add-editorconfig
Browse files Browse the repository at this point in the history
Add .editorconfig
  • Loading branch information
defunctzombie committed Mar 26, 2015
2 parents 931987a + cf60c6c commit 9240b97
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true

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

[COMMIT_EDITMSG]
max_line_length = 80

0 comments on commit 9240b97

Please sign in to comment.