From 7ce1c3a8c9a24c941a1e5cf152a1db59be73c689 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 b20bae6062..d76b6bd4f5 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