Skip to content

Commit

Permalink
Set up pre-commit hook
Browse files Browse the repository at this point in the history
See http://pre-commit.com/ for documentation.  Fixes #17.
  • Loading branch information
gagern committed Aug 7, 2017
1 parent 82b898b commit 1fb7c92
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- id: htmltidy
name: HTML Tidy
description: Tidies HTML files
language: node
types: [html]
entry: htmltidy -modify --

0 comments on commit 1fb7c92

Please sign in to comment.