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

Option to Keeping aligned spaces? #1050

Open krishKM opened 3 months ago

krishKM commented 3 months ago

Environment

Description

Probably not an issue but more likely a question. Where can I set to keep blank spaces? I have code aligned at = sign and would like to keep the spaces/alignments. Currently, all such formattings are lost after code-cleanup. Is there a way to instruct CodeMaid to keep the spaces or keep the alignments? (I've added dots to keep the space to show this example)

var item..................= Something(); var anotherItem..= Something(); Dummy dummy..= Something();

Steps to recreate

Perform code cleanup. which removes all spaces

Current behavior

All spaces are removed

Expected behavior

An option that allows to keep spaces between codes for alignments.