Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TomasVotruba/editorconfig-fixer
https://github.com/TomasVotruba/editorconfig-fixer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/TomasVotruba/editorconfig-fixer
- Owner: TomasVotruba
- Created: 2023-09-24T09:43:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T11:28:27.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:15:30.485Z (6 months ago)
- Language: PHP
- Size: 345 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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
```