From bc14448c9b8a2433558a54e32116082acbfbff7c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 9 May 2023 13:23:16 +0300 Subject: [PATCH] .gitattributes & .editorconfig: eol lf, md indent --- .editorconfig | 3 +++ .gitattributes | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1795827..8710156 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 @@ -9,3 +10,5 @@ indent_size = tab [*.{markdown,md}] trim_trailing_whitespace = false +indent_style = space +indent_size = 2 diff --git a/.gitattributes b/.gitattributes index f2a97f2..50023d5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text=auto linguist-detectable +* text=auto eol=lf linguist-detectable