From 5be4d8539739b97a53add31cf3cdcf6097e141f5 Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Thu, 1 Feb 2024 10:09:49 +0100 Subject: [PATCH] Add Gradle files indentation to .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2513d2a34b1..4e509a4271c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -19,3 +19,6 @@ indent_style = space [*.{html,sql,less}] indent_size = 2 + +[*.gradle] +indent_size = 2