bazel-xcode / PodToBUILD

An easy way to integrate CocoaPods into Bazel
Apache License 2.0
322 stars 69 forks source link

Improved skylark compiler output #93

Closed segiddins closed 5 years ago

segiddins commented 5 years ago

Properly de-dents the ) at the end of a function call, represents empty arrays/dictionaries on a single line, and coalesces lists whenever possible, to make it easier to read the generated build files

rahul-malik commented 5 years ago

Thanks @segiddins !