From 269905da9127240cb225f73082b4ea782c64cf6b Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 2 Oct 2024 05:24:29 -0600 Subject: [PATCH] Editor Config Update --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4d0fab66..ea2f1041 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,9 +16,9 @@ ij_java_method_brace_style = next_line ij_java_block_brace_style = next_line [*.xml] -indent_size = 2 -tab_width = 2 +indent_size = 4 +tab_width = 4 [*.properties] -indent_size = 2 -tab_width = 2 +indent_size = 4 +tab_width = 4