Skip to content

Commit f9fc69a

Browse files
authored
Implement recipes (#17)
1 parent 60ff7f0 commit f9fc69a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@ JS;
309309

310310
</details>
311311

312+
> [!TIP]
313+
> More example configurations ("recipes") can be found in [`uuf6429/php-cs-fixer-blockstring-recipes`].
314+
312315
## ⭐️ Formatters
313316

314317
### [AbstractCodecFormatter](./src/Formatter/AbstractCodecFormatter.php)
@@ -451,3 +454,5 @@ needs to be enabled and set up. Configuration is otherwise almost identical to [
451454
[`InterpolationCodec`]: ./src/InterpolationCodec
452455

453456
[`CliPipeFormatter`]: ./src/Formatter/CliPipeFormatter.php
457+
458+
[`uuf6429/php-cs-fixer-blockstring-recipes`]: https://github.com/uuf6429/php-cs-fixer-blockstring-recipes

src/Readmerator/README.tpl.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ reverses them back, but since this seems like an uncommon usecase, there aren't
165165

166166
</details>
167167

168+
> [!TIP]
169+
> More example configurations ("recipes") can be found in [`{{PROJECT_NAME}}-recipes`].
170+
168171
## ⭐️ Formatters
169172

170173
{{FORMATTERS}}
@@ -186,3 +189,5 @@ reverses them back, but since this seems like an uncommon usecase, there aren't
186189
[`InterpolationCodec`]: ./src/InterpolationCodec
187190

188191
[`CliPipeFormatter`]: ./src/Formatter/CliPipeFormatter.php
192+
193+
[`{{PROJECT_NAME}}-recipes`]: https://github.com/{{PROJECT_NAME}}-recipes

0 commit comments

Comments
 (0)