Add .gitattributes file to enforce DOS line endings for mail templates
This commit is contained in:
parent
63d05dbaf0
commit
50eab3eac7
1 changed files with 4 additions and 0 deletions
4
.gitattributes
vendored
Normal file
4
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# -*- mode: conf -*-
|
||||
|
||||
# Use DOS line endings for email message body templates.
|
||||
rattail/templates/mail/*.mako eol=crlf
|
||||
Loading…
Add table
Add a link
Reference in a new issue