summaryrefslogtreecommitdiffstatshomepage
path: root/nvim/.config/cbfmt/cbfmt.toml
blob: 38bcd7ec32c46e80d0bfd3c24887a116fdc3c5d6 (plain)
1
2
3
4
5
6
7
[languages]
go = ["gofmt"]
javascript = ["prettier --stdin"]
lua = ["stylua -s -"]
python = ["black --fast -"]
rust = ["rustfmt"]
sh = ["shfmt -"]