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

https://github.com/stefan-hudelmaier/yml-sorter-pre-commit-hook

git pre-commit hook for sorting yaml files
https://github.com/stefan-hudelmaier/yml-sorter-pre-commit-hook

pre-commit pre-commit-hook yaml yml

Last synced: 8 months ago
JSON representation

git pre-commit hook for sorting yaml files

Awesome Lists containing this project

README

          

A pre-commit hook based for https://pre-commit.com, using https://www.npmjs.com/package/yml-sorter

= Usage

Simply add this to your `.pre-commit-config.yml`:

....
repos:
- repo: https://github.com/stefan-hudelmaier/yml-sorter-pre-commit-hook
rev: v1.0.0
hooks:
- id: yml-sorter
files: 'some-yml-file.yml'
....