From c6e23dbdc514839f24399fc03dbd39e535a90a6a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 9 Jan 2021 17:42:26 +1000 Subject: [PATCH] document extra formatter --- docs/development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development.md b/docs/development.md index 8bd210ef8..b30f1ec55 100644 --- a/docs/development.md +++ b/docs/development.md @@ -116,6 +116,7 @@ in the relevant package: ``` bazel run //rslib:format bazel run //rslib:sql_format +bazel run //rslib:proto_format bazel run //pylib:format bazel run //qt:format bazel run //ts:format