Skip to content

Commit

Permalink
Added .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Gusakov committed Sep 13, 2014
1 parent 22b5e06 commit 24cd244
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 24cd244

Please sign in to comment.