Skip to content

Commit

Permalink
Adding editorconfig file to help enforce contributor guidelines
Browse files Browse the repository at this point in the history
- Adding http://editorconfig.org config file to help contributors follow the style guidelines defined by http://www.slimframework.com/contribute/
  • Loading branch information
anjunatl committed Feb 9, 2016
1 parent 9cc105d commit 8dbcdcd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# EditorConfig is awesome: http://EditorConfig.org
root = true

[*]
end_of_line = lf
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

0 comments on commit 8dbcdcd

Please sign in to comment.