Skip to content

Commit

Permalink
Merge pull request #533 from nkt/feature/add-editorconfig
Browse files Browse the repository at this point in the history
Added .editorconfig
  • Loading branch information
niden committed Sep 13, 2014
2 parents 22b5e06 + 24cd244 commit f614412
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
; http://editorconfig.org/
root = true

[*]
charset = utf-8
end_of_line = LF
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_style = space
indent_size = 4

[*.c]
indent_style = tab

[*.h]
indent_style = tab

0 comments on commit f614412

Please sign in to comment.