highlight trailing spaces in tables in darkgray (#2794)

* highlight trailing spaces in tables in darkgray

* added leading spaces highlighting

* added config point to change the color

* Trigger Build
This commit is contained in:
Darren Schroeder
2020-12-18 07:47:05 -06:00
committed by GitHub
parent ac578b8491
commit 2eac79569c
6 changed files with 53 additions and 8 deletions

View File

@@ -53,6 +53,7 @@ header_align = "l" # left|l, right|r, center|c
header_color = "c" # green|g, red|r, blue|u, black|b, yellow|y, purple|p, cyan|c, white|w
header_bold = true
index_color = "rd"
leading_trailing_space_bg = "white"
[line_editor]
max_history_size = 100000