aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
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 /.editorconfig
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 '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 03f964f..0111a8e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,4 +9,5 @@ indent_size = 4
[*.tpl]
indent_style = space
-indent_size = 2 \ No newline at end of file
+indent_size = 2
+end_of_line = crlf \ No newline at end of file