Adding a space to the default suffix for the alt status bar

This commit is contained in:
Noxellar 2023-01-27 19:20:17 +11:00 committed by GitHub
parent 909e954c3e
commit 3871f71aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,7 @@ export const DEFAULT_SETTINGS: BetterWordCountSettings = {
altBar: [
{
prefix: "",
suffix: "files",
suffix: " files",
metric: {
type: MetricType.total,
counter: MetricCounter.files,