langleyfoxall / laravel-boilerplate

Boilerplate for Laravel with common tools/plugins for ease of development.
MIT License
2 stars 4 forks source link

Update .editorconfig to match laravel/laravel #38

Closed robmilward closed 5 years ago

robmilward commented 5 years ago

Due to a recent update in PHPStorm, it was brought to our attention that the .editorconfig contained within the laravel/laravel repository was different to the boilerplate. This PR simply updates our boilerplate to match, and allows PHPStorm to correctly indent PHP while abiding by the files rules.

DivineOmega commented 5 years ago

Looks like this PR will need to go in first: https://github.com/langleyfoxall/laravel-boilerplate/pull/35