Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save james-jhang/318b1688d75c58c9508262e20fac5b3f to your computer and use it in GitHub Desktop.
Save james-jhang/318b1688d75c58c9508262e20fac5b3f to your computer and use it in GitHub Desktop.
{
"editor.renderWhitespace": "all",
"workbench.colorCustomizations": {
"editorWhitespace.foreground": "#fbff00"
}
}
@james-jhang
Copy link
Author

james-jhang commented Aug 20, 2020

Find the fixed number of white spaces: \S[ ]{3}\S, \S[ ]{4}\S, \S[ ]{5}\S, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment