From 18d7035de5388cc7775be57f529c154bf541aab9 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 1 Sep 2016 10:08:04 -0700 Subject: [PATCH] Let's make the files: for the two whitespace fixers the same --- hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks.yaml b/hooks.yaml index 7c9a118..b9b272f 100644 --- a/hooks.yaml +++ b/hooks.yaml @@ -104,7 +104,7 @@ description: Ensures that a file is either empty, or ends with one newline. entry: end-of-file-fixer language: python - files: \.(c|coffee|cpp|css|ejs|erb|haml|html|jade|js|json|less|md|pp|py|rb|scala|scss|sh|slim|tmpl|ts|txt|yaml|yml)$ + files: \.(asciidoc|adoc|coffee|cpp|css|c|ejs|erb|h|haml|hh|hpp|hxx|html|in|jade|json|js|less|markdown|md|ml|mli|pp|py|rb|rs|R|scala|scss|sh|slim|tmpl|ts|txt|yaml|yml)$ - id: fix-encoding-pragma name: Fix python encoding pragma language: python