Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #384 from ethcore/editorconfig
Browse files Browse the repository at this point in the history
Editorconfig file.
  • Loading branch information
debris committed Feb 9, 2016
2 parents 46d3fe3 + 9d9c56a commit c57a0a5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true
[*]
indent_style=tab
indent_size=tab
tab_width=4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=120
insert_final_newline=true

0 comments on commit c57a0a5

Please sign in to comment.