fix(buf): fix spacing & harmonize docs with actual configuration (#4450)

* fix(buf): add whitespace after version string

* fix: update config schema

* fix: config version and bison emoji

* fix: update documentation format

* fix: dprint

* fix: config schema
This commit is contained in:
wilhelm
2022-10-08 07:07:30 +11:00
committed by GitHub
parent 84bbe3dd03
commit 3d452367bd
4 changed files with 22 additions and 22 deletions
+4 -4
View File
@@ -71,9 +71,9 @@
],
"detect_folders": [],
"disabled": false,
"format": "with [$symbol ($version)]($style)",
"format": "with [$symbol($version )]($style)",
"style": "bold blue",
"symbol": "",
"symbol": "🦬 ",
"version_format": "v${raw}"
},
"allOf": [
@@ -1721,7 +1721,7 @@
"type": "object",
"properties": {
"format": {
"default": "with [$symbol ($version)]($style)",
"default": "with [$symbol($version )]($style)",
"type": "string"
},
"version_format": {
@@ -1729,7 +1729,7 @@
"type": "string"
},
"symbol": {
"default": "",
"default": "🦬 ",
"type": "string"
},
"style": {