PHPackages                             lintkit/editorconfig-config - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lintkit/editorconfig-config

ActiveLibrary

lintkit/editorconfig-config
===========================

1.0.4(5mo ago)05.3k↓32.6%4Apache-2.0PHP

Since Sep 13Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/lintkit/editorconfig-config)[ Packagist](https://packagist.org/packages/lintkit/editorconfig-config)[ RSS](/packages/lintkit-editorconfig-config/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (1)Versions (6)Used By (4)

LintKit: EditorConfig Config
============================

[](#lintkit-editorconfig-config)

Opinionated configuration for editor config

Usage
-----

[](#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",
},
```

Custom Overriding
-----------------

[](#custom-overriding)

It may be you wish to add and/or remove stuff from the [default finder config](./ec-cli-config.php), in which case, make a `ec-cli-config.php` in your project root with something like the following:

```
