Merge branch 'editorconfig' of github.com:ojtibi/rest-api-sdk-php into ojtibi-editorconfig

Merge in ojtibis pull for editor config with indentation rules
This commit is contained in:
Avi Das
2014-08-26 16:03:33 -05:00

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# EditorConfig: Manage project indentation rules. http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.php]
indent_style = space
indent_size = 4