From d82d968f8a64b629553bab37c210c256e68e6198 Mon Sep 17 00:00:00 2001 From: Dmitri Vereshchagin Date: Thu, 31 Oct 2024 15:28:44 +0300 Subject: [PATCH] Set two-space indent for *.vader in .editorconfig (#4849) Will be useful for those who use an EditorConfig plugin. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index d9b95d6f..7923f1ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true + +[*.vader] +indent_style = space +indent_size = 2