From 711ab845577e60a1b8797ea25c3ff4b29262c12b Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sun, 19 Jan 2025 00:49:06 +0200 Subject: [PATCH] chore(editorconfig): add config for yaml files --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2ec3ed9fa..c0aba9b74 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,3 +15,9 @@ indent_size = 2 indent_style = space insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_size = 2 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true \ No newline at end of file