laravel / homestead

MIT License
3.85k stars 1.45k forks source link

Properly apply editorconfig settings to all yaml files #1951

Closed PanisSupraOmnia closed 2 months ago

PanisSupraOmnia commented 4 months ago

Previously, the editorconfig file contained a section for yaml files, but it only included *.yml files, which meant that it wasn't being used outside of the GitHub Actions config. This PR applies the editorconfig to *.yml, *.yaml, and *.yaml.example, and applies the correct indentation to those yaml files.

svpernova09 commented 4 months ago

Thanks for the PR

simonschaufi commented 2 months ago

why is this not merged yet?

svpernova09 commented 2 months ago

why is this not merged yet?

There's a lot in the pipeline and I've not had the time to dedicate to sit down and go through it all properly yet.