feat(buf): Add Buf module (#3661)

* Add initial Buf module logic

* Add tests for Buf module

* Add initial draft of docs

* cargo fmt

* Fix config table formatting

* Run dprint

* Run clippy --fix

* cargo fmt

* Add space after emoji

* Fix spacing discrepancy

* Switch to Nerd Font from emoji

* Fix up docs merge conflict handling

Co-authored-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
Luc Perkins
2022-03-12 03:10:23 -08:00
committed by GitHub
parent ac8c2fe024
commit 16f62d7904
10 changed files with 212 additions and 0 deletions
@@ -1,6 +1,9 @@
[aws]
symbol = " "
[buf]
symbol = " "
[conda]
symbol = " "
@@ -1,3 +1,6 @@
[buf]
format = "via [$symbol]($style)"
[cmake]
format = "via [$symbol]($style)"