Remove spaces between segments #858
Answered
by
JustinGrote
JustinGrote
asked this question in
Troubleshoot
|
Given this config: To not have a space before the lightning bolt and after it. Is there a config setting I am missing? |
Answered by
JustinGrote
Jul 18, 2021
Replies: 1 comment
|
FIgured it out looking at the source code, prefix and postfix if not set default to a space, you have to explicity set them to '' to get what I want. Will PR a docs update to call this out. |
0 replies
Answer selected by
JustinGrote
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

FIgured it out looking at the source code, prefix and postfix if not set default to a space, you have to explicity set them to '' to get what I want.
Will PR a docs update to call this out.