Skip to content

Commit

Permalink
Add support for windows-style paths in ignore patterns (rust-lang#3633)
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright authored and topecongiro committed Jun 29, 2019
1 parent e0e2f0d commit 1ee51a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2326,7 +2326,7 @@ Copyright 2018 The Rust Project Developers.`, etc.:
## `ignore`

Skip formatting files and directories that match the specified pattern.
The pattern format is the same as [.gitignore](https://git-scm.com/docs/gitignore#_pattern_format).
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.

- **Default value**: format every file
- **Possible values**: See an example below
Expand Down

0 comments on commit 1ee51a4

Please sign in to comment.