codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

# declarations should be aligned with usual code

Open nyaruku opened this issue 2 years ago • 2 comments

In my opinion everything that is written with # (or whatever it is called: #pragma, #define, .etc) should be aligned with the usual code lines that are marked in visual studio. image

nyaruku avatar Oct 01 '23 02:10 nyaruku

Thanks for reporting the issue. Indentation is largely handled by Visual Studio's native formatting, which CodeMaid invokes. If you run Edit->Advanced->Format Document do you see the same behavior?

codecadwallader avatar Nov 24 '23 17:11 codecadwallader

Thanks for reporting the issue. Indentation is largely handled by Visual Studio's native formatting, which CodeMaid invokes. If you run Edit->Advanced->Format Document do you see the same behavior?

yes, it does the same

nyaruku avatar Nov 25 '23 15:11 nyaruku