daml/compiler/damlc/pkg-db
Samir Talwar 28873913d9
Bazel: Upgrade Buildifier. (#6625)
Buildifier now comes with a handy attachment to catch single `\`
characters inside strings and replace them with `\\` if the escape
sequence is invalid. Skylark/Python will do this at runtime anyway; this
just makes it clearer what the actual behavior is.

I needed to change `\` characters at the end of lines to `\\` manually
in order to stop Buildifier from simply concatenating the lines
together. Everything else was automatic.

CHANGELOG_BEGIN
CHANGELOG_END
2020-07-06 16:07:47 +00:00
..
BUILD.bazel Split damlc integration tests per DAML-LF version (#6577) 2020-07-02 11:13:33 +00:00
util.bzl Bazel: Upgrade Buildifier. (#6625) 2020-07-06 16:07:47 +00:00