Skip to content

Commit 1ee51a4

Browse files
calebcartwrighttopecongiro
authored andcommitted
Add support for windows-style paths in ignore patterns (#3633)
1 parent e0e2f0d commit 1ee51a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configurations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2326,7 +2326,7 @@ Copyright 2018 The Rust Project Developers.`, etc.:
23262326
## `ignore`
23272327

23282328
Skip formatting files and directories that match the specified pattern.
2329-
The pattern format is the same as [.gitignore](https://git-scm.com/docs/gitignore#_pattern_format).
2329+
The pattern format is the same as [.gitignore](https://git-scm.com/docs/gitignore#_pattern_format). Be sure to use Unix/forwardslash `/` style paths. This path style will work on all platforms. Windows style paths with backslashes `\` are not supported.
23302330

23312331
- **Default value**: format every file
23322332
- **Possible values**: See an example below

0 commit comments

Comments
 (0)