Merge pull request #1700 from davidpfarrell/docs/fix_make_bat
Adds better support for .bat files; Fixes docs/make.batpull/1701/head
commit
447448b357
|
|
@ -1,2 +1,5 @@
|
||||||
*.sh text eol=lf
|
*.sh text eol=lf
|
||||||
*.bash text eol=lf
|
*.bash text eol=lf
|
||||||
|
|
||||||
|
# Windows files
|
||||||
|
*.bat text eol=crlf
|
||||||
|
|
|
||||||
|
|
@ -25,3 +25,4 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
# - id: forbid-crlf
|
# - id: forbid-crlf
|
||||||
- id: remove-crlf
|
- id: remove-crlf
|
||||||
|
exclude: ".bat$"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue