diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-16 19:24:33 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2021-02-16 19:24:33 +0100 |
commit | b41368462c89dbfc5230350c46629266f03ad9d5 (patch) | |
tree | a3f2e0b0918c2b68ae29f9c5b235878b4494c644 /.gitattributes | |
parent | 3a854c3bc47e75491b836c7fc12b617da5d68288 (diff) | |
download | feed2imap-go-b41368462c89dbfc5230350c46629266f03ad9d5.tar.gz feed2imap-go-b41368462c89dbfc5230350c46629266f03ad9d5.tar.bz2 feed2imap-go-b41368462c89dbfc5230350c46629266f03ad9d5.zip |
Use go-embed for templates instead of inline strings.
They should also use CRLF (cf issue #46).
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..777829e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Default +* text=auto + +# Templates should have CRLF +*.tpl text eol=crlf |