Skip to content

Commit 0fa83b7

Browse files
committed
Updating ignore doc.
1 parent a1c98b4 commit 0fa83b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Src/Website/docs/Ignore.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
5961
Add a `// csharpier-ignore` comment to exclude the next node from formatting. This is valid on statements and members.
6062

6163
```csharp

docs/Ignore.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5961
Add a `// csharpier-ignore` comment to exclude the next node from formatting. This is valid on statements and members.
6062

6163
```csharp

0 commit comments

Comments
 (0)