Reindent with tabs

This commit is contained in:
bri cassa 2025-03-17 16:38:52 +01:00
parent cfb302a00c
commit 035d34babd
7 changed files with 757 additions and 753 deletions

View File

@ -3,8 +3,12 @@
((lua-mode
(fill-column . 80)
(tab-width . 3)
(tab-width . 4)
(indent-tabs-mode . t)))
((sh-mode
(fill-column . 80)
(tab-width . 4)
(indent-tabs-mode . t)))

View File

@ -27,9 +27,9 @@ fi
# echo "Server restarted at "`date` >>$MOREDEBUG
# echo "----------------------" >>$MOREDEBUG
echo "0" >/tmp/players_c.txt
echo "0" >/tmp/players_c.txt
"$MINETEST_BIN" \
"$MINETEST_BIN" \
--world "$MINETEST_DIR/worlds/$WORLD_NAME/" \
--config "$MINETEST_DIR/minetest.conf" \
--gameid nalc_game \