show tabs and trailing spaces and whatnot

This commit is contained in:
Osman Faruk Bayram 2024-12-17 11:52:11 +03:00
parent f62258d9b7
commit 5af22b80e0

View file

@ -3,5 +3,9 @@
# Enable relative line numbers # Enable relative line numbers
number = true; number = true;
relativenumber = true; relativenumber = true;
# show spaces tabs and trailing spaces
list = true;
listchars = "tab:» ,trail:·,multispace:·,lead: ,nbsp:";
}; };
} }