dotfiles/treefmt.toml

8 lines
114 B
TOML
Raw Normal View History

2023-03-22 11:16:57 +00:00
[formatter.lua]
command = "stylua"
includes = [ "*.lua" ]
[formatter.nu]
command = "nufmt"
includes = [ "*.nu" ]