You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*public class CommentedCodeShouldKeepFormatting{ void MethodName() { }}*/
The text was updated successfully, but these errors were encountered:
belav
changed the title
Figure out better solution to comments that need to move
Indent c style multiline comments correctly when they switch indentation.
Feb 9, 2022
* Better handling of multi-line comments
closes#606
* Code review changes
* Fixing test
* Update test case to explain my point
* Fixing edge case with moving comments left
Co-authored-by: Lasath Fernando <devel@lasath.org>
When a file is using the
/*
style comment and starts with tabs or 2 spaces for indentation, then the comments do not get indented correctly.See https://github.com/belav/csharpier/releases/tag/comments for some possible code.
Commented out code should retain its formatting.
The text was updated successfully, but these errors were encountered: