From b41368462c89dbfc5230350c46629266f03ad9d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 16 Feb 2021 19:24:33 +0100 Subject: Use go-embed for templates instead of inline strings. They should also use CRLF (cf issue #46). --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.editorconfig') 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 -- cgit v1.2.3