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

Add support for empty lines above and below multiline comments #380

Open
xEsteem opened this issue Apr 14, 2022 · 0 comments
Open

Add support for empty lines above and below multiline comments #380

xEsteem opened this issue Apr 14, 2022 · 0 comments

Comments

@xEsteem
Copy link

xEsteem commented Apr 14, 2022

In our XAML files we have copyright headers which we want to look something like this

<!--
    <copyright>
        etc etc
    </copyright>
-->

When you save the file using XAML Styler, it forces the trailing comment symbol onto the copyright close line

<!--
    <copyright>
        etc etc
    </copyright>-->

Would like to be able to configure XAML styler to wrap multiline comments with the <!--- and --> on new lines from the comment

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

No branches or pull requests

2 participants