aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/autopep8.lua
blob: 5ed2f83bcc6e6d239a699003b1e73111497fb63b (plain)
1
2
3
4
5
6
7
8
9
---@type conform.FormatterConfig
return {
  meta = {
    url = "https://github.com/hhatto/autopep8",
    description = "A tool that automatically formats Python code to conform to the PEP 8 style guide.",
  },
  command = "autopep8",
  args = { "-" },
}