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

# declarations should be aligned with usual code #1020

Open nyaruku opened 9 months ago

nyaruku commented 9 months ago

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

codecadwallader commented 7 months ago

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?

nyaruku commented 7 months ago

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