From 1ee51a4125a00a73545a24abe21c041b1cfbefc2 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sat, 29 Jun 2019 01:51:27 -0500 Subject: [PATCH] Add support for windows-style paths in ignore patterns (#3633) --- Configurations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configurations.md b/Configurations.md index 304bc6900343..17ac0467fc39 100644 --- a/Configurations.md +++ b/Configurations.md @@ -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