From baf227ce233bfd0a2e69c4cdf19b38d2ee43cd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 10 Dec 2023 01:34:06 +0100 Subject: [PATCH] fix(EditorConfig): turn off \n on eof for .md --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 579c6ed..d3742f9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,5 @@ trim_trailing_whitespace = true # Ensure every file ends with a newline insert_final_newline = true +[*.md] +insert_final_newline = false