lintkit/editorconfig-config

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2024-09-13 20:17 UTC

This package is auto-updated.

Last update: 2024-09-13 20:17:53 UTC


README

Opinionated configuration for editor config

Usage

Install the dependency:

composer require --dev lintkit/editorconfig-config

Add the scripts:

"scripts": {
    "editorconfig:dry-run": "ec --finder-config vendor/lintkit/editorconfig-config/ec-cli-config.php",
    "editorconfig:fix": "@editorconfig:dry-run --fix",
},