From 3d12062495012b9b81e36821e3171dac04174253 Mon Sep 17 00:00:00 2001 From: Jonas Siewertsen Date: Thu, 9 Jun 2022 16:43:20 +0200 Subject: [PATCH] Update .editorconfig (#6182) --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index 6537ca4677..c420b99ce1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,9 @@ trim_trailing_whitespace = false [*.{yml,yaml}] indent_size = 2 + +[docker-compose.yml] +indent_size = 4 + +[*.{js,vue}] +indent_size = 4