Replace each tab ONLY at the beginning of each line with spaces
Replace each tab ONLY at the beginning of each line with spaces
Replace each tab ONLY at the beginning of each line with spaces
How to compile Linux kernel modules within white-space-separated directories under the following makefile?
git is the command. It “multiplexes” to the various other git-* commands based on what the first argument is, e.g. git config … … Read more
302 240 is the combination of Alt-Gr + space. On a french keyboard when you want to type a space after a | … Read more
how to get less to show tabs as tabs?
Based on this discussion I found there are two ways to increase the whitespace character size by sending commands to Scintilla which is … Read more
Basically, you could do it in GNU sed: sed ‘s/\s\+/\n/g’ There you go…
There are a variety of plugins for that, for example (starting with my own): My IndentConsistencyCop examines the indent of the buffer and … Read more
As an extension to savanto’s answer, I’ve created a whitespace bash alias to show whitespace in any output using appropriate Unicode characters. Just … Read more
Like ilkkachu said, this isn’t an issue with bash, but with the terminal emulator which converts tabs to spaces on output. Checking different … Read more