Adds better support for .bat files; Fixes docs/make.bat
parent
d5e54596a9
commit
9edba505b5
|
|
@ -1,2 +1,5 @@
|
|||
*.sh text eol=lf
|
||||
*.bash text eol=lf
|
||||
|
||||
# Windows files
|
||||
*.bat text eol=crlf
|
||||
|
|
|
|||
|
|
@ -25,3 +25,4 @@ repos:
|
|||
hooks:
|
||||
# - id: forbid-crlf
|
||||
- id: remove-crlf
|
||||
exclude: ".bat$"
|
||||
|
|
|
|||
Loading…
Reference in New Issue