commit 466603e2d45d6737b6b4ab7f24dc778c3bd8c605 parent ada872ad6cb41f94c843a28cc87746e7dd212010 Author: Amb0s <ambos@disroot.org> Date: Sun, 21 Jan 2024 09:43:00 +0100 Changed formatting for Java source files Diffstat:
M | .editorconfig | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.editorconfig b/.editorconfig @@ -14,7 +14,8 @@ trim_trailing_whitespace = false indent_style = tab [*.java] -indent_style = tab +indent_style = space +indent_size = 4 [*.json] indent_style = space