aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-16 19:24:33 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2021-02-16 19:24:33 +0100
commitb41368462c89dbfc5230350c46629266f03ad9d5 (patch)
treea3f2e0b0918c2b68ae29f9c5b235878b4494c644 /.gitattributes
parent3a854c3bc47e75491b836c7fc12b617da5d68288 (diff)
downloadfeed2imap-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--.gitattributes5
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