egeriis / laravel-jsonapi

Make it a breeze to create a jsonapi.org compliant APIs with Laravel 5.
MIT License
146 stars 27 forks source link

Add editorconfig #26

Closed mfn closed 9 years ago

mfn commented 9 years ago

See http://editorconfig.org/

Many editors/IDEs support it and give appropriate defaults for the project.

egeriis commented 9 years ago

This is cool. I did not know about this. Probably because I use Sublime Text and phpStorm myself :)

mfn commented 9 years ago

Probably because I use Sublime Text and phpStorm myself

Both support it afaik, but I only use PhpStorm and therefore use https://plugins.jetbrains.com/plugin/7294 .

egeriis commented 9 years ago

Yes, I can see from the website that both Sublime Text and PhpStorm requires plugins :)