style(otter.lua): fix indentation and spacing for better code readability

feat(otter.lua): add file type (ft) configuration for Python and Lua files
This commit is contained in:
David Ibia
2024-07-01 15:53:15 +01:00
parent bd3f2df13a
commit 97c0e26c5b

View File

@@ -3,4 +3,5 @@ return {
config = function()
require("absolute.after.otter")
end,
ft = { "py", "lua" }
}