File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,15 @@ _See [Configuration](CLI.md) for including these files_
4949
5050#### Special Case Files
5151
52- - Any file that matches the gitignore syntax
52+ - Any file that matches the gitignore syntax
5353 - ` **/node_modules `
5454 - ` **/obj `
5555 - ` **/.git `
5656
5757## Ignoring Code
5858
59+ #### Only supported in c# currently see [ 1788] ( https://github.com/belav/csharpier/issues/1788 )
60+
5961Add a ` // csharpier-ignore ` comment to exclude the next node from formatting. This is valid on statements and members.
6062
6163``` csharp
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ _See [Configuration](CLI.md) for including these files_
5656
5757## Ignoring Code
5858
59+ #### Only supported in c# currently see [ 1788] ( https://github.com/belav/csharpier/issues/1788 )
60+
5961Add a ` // csharpier-ignore ` comment to exclude the next node from formatting. This is valid on statements and members.
6062
6163``` csharp
You can’t perform that action at this time.
0 commit comments