From 30ec72b72f388c9b88d4c33f45171a578d5c04de Mon Sep 17 00:00:00 2001 From: Roxedus Date: Sun, 22 Oct 2023 02:39:27 +0200 Subject: [PATCH] update linting --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index b20bae606..d76b6bd4f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,10 @@ end_of_line = lf insert_final_newline = true # trim_trailing_whitespace may cause unintended issues and should not be globally set true trim_trailing_whitespace = false +indent_style = space [**.yml] -indent_style = space +indent_size = 2 + +[**.md] indent_size = 4