summaryrefslogtreecommitdiff
path: root/.bazel_fix_commands.json
blob: 6c5b3bd821f5cce6822cfa862fe2e1e8f5dda922 (plain)
1
2
3
4
5
6
7
[
  {
    "regex": "^buildozer '(.*)'\\s+(.*)$",
    "command": "buildozer",
    "args": [ "$1", "$2" ]
  }
]