aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/bsfmt.lua
blob: 6f3b31920b22f10e53c76c9d035578d6b643e19e (plain)
1
2
3
4
5
6
7
8
9
10
---@type conform.FileFormatterConfig
return {
  meta = {
    url = "https://github.com/rokucommunity/brighterscript-formatter",
    description = "A code formatter for BrighterScript (and BrightScript).",
  },
  command = "bsfmt",
  args = { "$FILENAME", "--write" },
  stdin = false,
}