Add pre-commit hooks

See https://pre-commit.com/ for more information.
This commit is contained in:
Hugo Locurcio
2019-02-21 23:10:58 +01:00
parent 1649f91156
commit 95155a3bc6
8 changed files with 68 additions and 63 deletions

View File

@ -58,4 +58,4 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam
end
minetest.register_node(":" ..modname.. ":" .. category .. "_" .. subname .. alternate, def)
stairsplus.register_recipes(category, alternate, modname, subname, recipeitem)
end
end