*: Remove trailing whitespace

This commit is contained in:
a1346054 2021-08-20 11:27:21 +00:00
parent caa749d030
commit 5d1d416dbf
13 changed files with 17 additions and 22 deletions

View file

@ -12,4 +12,3 @@ indent_style = space
tab_width = 8 tab_width = 8
indent_size = 8 indent_size = 8
indent_style = tab indent_style = tab

View file

@ -96,4 +96,3 @@ IRC channel
----------- -----------
We're on #zsh-syntax-highlighting on Libera.Chat. We're on #zsh-syntax-highlighting on Libera.Chat.

View file

@ -93,7 +93,6 @@ to issue #418.
[zshcompsys-Standard-Styles-format]: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#index-format_002c-completion-style [zshcompsys-Standard-Styles-format]: https://zsh.sourceforge.io/Doc/Release/Completion-System.html#index-format_002c-completion-style
## Other changes: ## Other changes:
- Document `$ZSH_HIGHLIGHT_MAXLENGTH`. - Document `$ZSH_HIGHLIGHT_MAXLENGTH`.
@ -881,4 +880,3 @@ in this area.
# Version 0.2.1 # Version 0.2.1
(Start of changelog.) (Start of changelog.)

View file

@ -34,4 +34,3 @@ expected_region_highlight=(
"1 2 command" # ls "1 2 command" # ls
"4 4 default" # ~ "4 4 default" # ~
) )