From 431cb483daa0b88e931b047e56c5e356bfbf79e2 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 2 Sep 2023 20:58:46 +0200 Subject: [PATCH] Add indent for gradle. --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index c38d0f7..d8c711a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ trim_trailing_whitespace = true [*.{md,yml,yaml}] indent_size = 2 indent_style = space + +[*.gradle] +indent_size = 4 +indent_style = space