Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to Keeping aligned spaces? #1050

Open
krishKM opened this issue Apr 4, 2024 · 0 comments
Open

Option to Keeping aligned spaces? #1050

krishKM opened this issue Apr 4, 2024 · 0 comments

Comments

@krishKM
Copy link

krishKM commented Apr 4, 2024

Environment

  • Visual Studio version: [example 2022 Community]
  • CodeMaid version: [12.0]
  • Code language: [C#]

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant