TYPO3 / coding-standards

TYPO3 Coding Standards to be used by TYPO3 projects or extensions
MIT License
52 stars 16 forks source link

Add armin/editorconfig-cli #116

Open a-r-m-i-n opened 10 months ago

a-r-m-i-n commented 10 months ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe

It would be nice to also have an automated check for given .editorconfig declarations. Editors like PhpStorm respect the declarations for new files and lines in existing files, but do not check for "invalid" declarations.

Describe the solution you'd like

Three years ago, I've written and published a free CLI tool to achieve that: https://packagist.org/packages/armin/editorconfig-cli

It would make me proud to support the development of the core (and extensions), this way 😃

Describe alternatives you've considered

No response

Additional context

No response

bmack commented 4 months ago

@a-r-m-i-n great work. we'd be happy to integrate your work. Would you like to create a PR or should I?