From 9bf93f7074530c20e2ae98bc8ae54afecd15e405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrdli=C4=8Dka?= Date: Sun, 19 Dec 2021 12:00:54 +0100 Subject: [PATCH] Add rules for YAML files to .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 3b8291ef7..37173b526 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,7 @@ tab_width = 8 [*.manifest] indent_style = space indent_size = 2 + +[*.yml] +indent_style = space +indent_size = 2 \ No newline at end of file