devoncarew / bazel-code

A Bazel plugin for VSCode.
https://marketplace.visualstudio.com/items?itemName=DevonDCarew.bazel-code
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

Add formatting for .bzl files #6

Closed ahippler closed 7 years ago

ahippler commented 7 years ago

it would be nice if .bzl files were also formatted.

devoncarew commented 7 years ago

Note: this should just call out to buildifier (https://docs.bazel.build/versions/master/skylark/build-style.html).

devoncarew commented 7 years ago

fixed by https://github.com/devoncarew/bazel-code/pull/5