From 9d0d94122ff83ee2963ea6e5bd5fe5e8ca7e5287 Mon Sep 17 00:00:00 2001 From: sspanak Date: Mon, 26 Jun 2023 11:04:41 +0300 Subject: [PATCH] .editorconfig rules for YAML --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index ee1188a7..d59544e4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,9 @@ trim_trailing_whitespace = true [*.md] indent_style = space trim_trailing_whitespace = true + +[*.yml] +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true