From 57e0cfd48cf1b4ce83ba227efa483e0d8f70031d Mon Sep 17 00:00:00 2001 From: Mohammad Alavi Date: Mon, 25 Dec 2023 13:50:50 +0330 Subject: [PATCH] Update .editorconfig --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e8b7a341..1938b93e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,3 @@ -# http://editorconfig.org root = true [*] @@ -11,3 +10,9 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false + +[*.{yml,yaml}] +indent_size = 2 + +[docker-compose.yml] +indent_size = 4 \ No newline at end of file