This commit is contained in:
Mann Patel
2026-02-23 23:13:41 -07:00
commit 9296562b0d
16 changed files with 1086 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
return {
formatters_by_ft = {
lua = { "stylua" },
javascript = { "prettier" },
},
}