From 94b3d788acd2a02010fc5e997d304e97b5a0aff8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 5 Mar 2023 11:08:06 +0200 Subject: [PATCH] specify lf eol It's known to work, I don't know whether crlf is accepted by Mastodon --- .editorconfig | 1 + .gitattributes | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1795827..5034b95 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,7 @@ root = true [*] +end_of_line = lf trim_trailing_whitespace = true insert_final_newline = true charset = utf-8 diff --git a/.gitattributes b/.gitattributes index f2a97f2..8d35de0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto linguist-detectable +* text=auto eol=lf linguist-detectable