Created
August 20, 2020 09:01
-
-
Save james-jhang/318b1688d75c58c9508262e20fac5b3f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"editor.renderWhitespace": "all", | |
"workbench.colorCustomizations": { | |
"editorWhitespace.foreground": "#fbff00" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find the fixed number of white spaces:
\S[ ]{3}\S
,\S[ ]{4}\S
,\S[ ]{5}\S
, etc.