vanilla-fixes

Minecraft: Better than Adventure! mod that fixes some issues
git clone git://memoryshards.xyz/vanilla-fixes.git
Log | Files | Refs | README | LICENSE

commit 48c8cf14f3f87dec5aab5cd04ec8ca4b5fc1b2b2
parent 5d8bef4a64074248a77a87767fe3196727861f70
Author: Amb0s <ambos@disroot.org>
Date:   Sun, 21 Jan 2024 10:24:55 +0100

Changed formatting for fabric.mod.json

Diffstat:
M.editorconfig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig @@ -22,7 +22,7 @@ indent_style = space indent_size = 2 [fabric.mod.json] -indent_style = tab +indent_style = space tab_width = 2 [*.properties]