<#20836 Add support for buildifier style in BUILD ...
# github-notifications
c
#20836 Add support for buildifier style in BUILD files, or support running an auto-format binary after `pants tailor` Issue created by ahyatt-continua Is your feature request related to a problem? Please describe. Our organization wants to have a consistent BUILD style, so we are using bazel's buildifier binary, which works well. However, by default,
pants tailor
creates BUILD files that do not conform to this binary, so now users have to run
pants tailor
and then manually go and run
buildifier
. Describe the solution you'd like Two good solutions I can think of: 1. A
tailor
option to support
buildifier
style, or any other popular style. 2. A
tailor
option to run an arbitrary program on the generated files. Describe alternatives you've considered We're living the alternative, which is to just do things manually. It could be better. Additional context None pantsbuild/pants