codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 352 forks source link

Remove space on end tags #1024

Open sxarthur opened 8 months ago

sxarthur commented 8 months ago

Environment

Description

I'd like to remove the space on end tags, is it possible?

Steps to recreate

Order to Cleanup Document

ex attached:

Screenshot 2023-11-10 023529

codecadwallader commented 7 months ago

Thanks for asking the question. By default CodeMaid adds a space on self-closing angle brackets. You can disable this at CodeMaid->Options->Cleaning->Insert->Insert blank space before->self-closing angle brackets.