Point out the absence of quotes around globs

This commit is contained in:
Mark Karpov 2023-11-26 11:25:16 +01:00
parent e4c2610c81
commit 320044b1fb
No known key found for this signature in database
GPG Key ID: 8564658B2889FF7C

View File

@ -12,7 +12,7 @@ and its formatted version.
* `pattern` Glob patterns that are used to find source files to format. It
is possible to specify several patterns by putting [each on a new
line][multiple-patterns-example].
line][multiple-patterns-example] (notice no quotes around the globs).
* `respect-cabal-files` Whether to try to locate Cabal files and take into
account their `default-extensions` and `default-language` settings
(default: true).