Closed jamesfoster-excelpoint closed 2 months ago
Input:
return new MyClass { // csharpier-ignore-start MyVeryVeryVeryVeryVeryVeryLongProperty = someVeryVeryVeryVeryVeryVeryVeryLongVariable // csharpier-ignore-end }
Output:
Expected behavior:
Respect the "ignore" comments inside of an object initialiser.
Thanks ❤️
Input:
Output:
Expected behavior:
Respect the "ignore" comments inside of an object initialiser.