https://github.com/dingo/api
Raw File
Tip revision: c5e7920aaf0aa0840f45dc2d7b202e4a8a944fb4 authored by Jason Lewis on 04 December 2014, 06:16:01 UTC
Update changes.
Tip revision: c5e7920
.editorconfig
root = true

[*]
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
charset = utf-8
indent_style = space
indent_size = 4

[composer.json]
indent_style = space
indent_size = 4
back to top