Skip to content

Commit

Permalink
Add EditorConfig settings for consistent indents. Closes gh-794
Browse files Browse the repository at this point in the history
Helps ensure consistent indenting and encoding for editors with support.
  • Loading branch information
nschonni authored and jzaefferer committed Jun 25, 2013
1 parent 12edec6 commit b033a1f
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 @@
; See http://EditorConfig.org for supported IDEs

root = true ; top-most EditorConfig file

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit b033a1f

Please sign in to comment.