Use TABS instead of spaces

This commit is contained in:
David Leal 2021-01-15 16:15:24 -06:00
parent 73764d1e4a
commit e3e68a0c48
No known key found for this signature in database
GPG Key ID: 3C482B03FD220E68
1 changed files with 8 additions and 8 deletions

View File

@ -1,13 +1,13 @@
read_globals = { read_globals = {
"vector", "vector",
"screwdriver", "screwdriver",
"minetest", "minetest",
"default", "default",
"pipeworks", "pipeworks",
"dump", "dump",
"VoxelArea", "VoxelArea",
"ItemStack", "ItemStack",
} }
globals = { globals = {