Skip to content

Commit

Permalink
Added editorconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
drmonkeyninja committed Apr 10, 2015
1 parent 1ea1256 commit 7a56749
Show file tree
Hide file tree
Showing 3 changed files with 1,117 additions and 1,100 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
@@ -0,0 +1,17 @@
# For more information about the properties used in
# this file, please see the EditorConfig documentation:
# editorconfig.org
root = true

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

[**.php]
indent_style = space
indent_size = 4

[*.textile]
trim_trailing_whitespace = false

0 comments on commit 7a56749

Please sign in to comment.