Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>empty-indentNew to Visual Studio Code? Get it now.

empty-indent

DmitryDorofeev

|
53,994 installs
| (6) | Free
Removes indentation in empty lines on save
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Empty Indent for VS Code

Remove indent of empty lines on save

Settings:

{
	/* Automatically remove indentation in empty lines on save */
	"emptyIndent.removeIndent": true,  
	/* Highlight indent on empty lines */
	"emptyIndent.highlightIndent": false,  
	/* Highlight indent color */
	"emptyIndent.highlightColor": "rgba(246,36,89,0.6)",  
	/* Excluded file types */
	"emptyIndent.exclude": [".md"]
}
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft