diff --git a/docs/settings.md b/docs/settings.md index 12b132b2..d2a44ac9 100644 --- a/docs/settings.md +++ b/docs/settings.md @@ -227,6 +227,7 @@ Use the specified quotation marks. - `:double`: (default) use doublequotations unless one or more escaped double-quotations are included - `:single`: use single quotations unless one or more interpolations `#{}` or escaped single quotations are included +- `:mixed`: use mixed quotations if you don't want to change quotes This does not affect `%q()` (single), `%Q()` (double), or quotation marks within heredocs. @@ -278,6 +279,8 @@ code = <