Pretty yaml

This commit is contained in:
Samuele Maci 2017-01-31 16:07:13 +01:00
parent 63142f2d4e
commit 97a00d0324
12 changed files with 271 additions and 0 deletions

View file

@ -49,6 +49,12 @@
entry: pretty-format-json
language: python
files: \.json$
- id: pretty-format-yaml
name: Pretty format YAML
description: This hook sets a standard for formatting YAML files.
entry: pretty-format-yaml
language: python
files: \.(yaml|yml|eyaml)$
- id: check-merge-conflict
name: Check for merge conflicts
description: Check for files that contain merge conflict strings.