Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomasvotruba/editorconfig-fixer


https://github.com/tomasvotruba/editorconfig-fixer

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# tomasvotruba/editorconfig-fixer

This CLI tool **fixes** text files based on given [**.editorconfig** declarations](https://editorconfig.org).

This allows you to automatically ensure EditorConfig declarations during your CI and development processes.


## Install

```bash
composer require tomasvotruba/editorconfig-fixer --dev
```


## Usage

```bash
vendor/bin/ec-fixer --suffix yaml
```