Skip to content

Commit 5cb425c

Browse files
authored
indent should be done with editorconfig ig
1 parent 7f1c839 commit 5cb425c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/fabric.mod.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@
2424
}
2525
],
2626
"beforeGameStart": [
27-
{
27+
{
2828
"adapter": "kotlin",
2929
"value": "turniplabs.examplemod.ExampleMod"
3030
}
3131
],
32-
"afterGameStart": [
33-
{
32+
"afterGameStart": [
33+
{
3434
"adapter": "kotlin",
3535
"value": "turniplabs.examplemod.ExampleMod"
3636
}
3737
],
38-
"recipesReady": [
39-
{
38+
"recipesReady": [
39+
{
4040
"adapter": "kotlin",
4141
"value": "turniplabs.examplemod.ExampleMod"
4242
}

0 commit comments

Comments
 (0)