aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-10-16 15:22:46 +0000
committerGithub Actions <actions@github>2023-10-16 15:22:46 +0000
commitc37bb1747039d6d4f101bc8d3adbf4db54f1c76e (patch)
treef034d930e166c5aa21d9bda15323c4acacfd5e38
parent43414c8ebd22921f44806fb9612a2f4f376419af (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0842067..baea89d 100644
--- a/README.md
+++ b/README.md
@@ -230,6 +230,7 @@ You can view this list in vim with `:help conform-formatters`
- [pg_format](https://github.com/darold/pgFormatter) - PostgreSQL SQL syntax beautifier.
- [php_cs_fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) - The PHP Coding Standards Fixer.
- [phpcbf](https://phpqa.io/projects/phpcbf.html) - PHP Code Beautifier and Fixer fixes violations of a defined coding standard.
+- [pint](https://github.com/laravel/pint) - Laravel Pint is an opinionated PHP code style fixer for minimalists.
- [prettier](https://github.com/prettier/prettier) - Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
- [prettierd](https://github.com/fsouza/prettierd) - prettier, as a daemon, for ludicrous formatting speed.
- [rubocop](https://github.com/rubocop/rubocop) - Ruby static code analyzer and formatter, based on the community Ruby style guide.
diff --git a/doc/conform.txt b/doc/conform.txt
index 0f033e0..dfbc50e 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -239,6 +239,7 @@ FORMATTERS *conform-formatter
`php_cs_fixer` - The PHP Coding Standards Fixer.
`phpcbf` - PHP Code Beautifier and Fixer fixes violations of a defined coding
standard.
+`pint` - Laravel Pint is an opinionated PHP code style fixer for minimalists.
`prettier` - Prettier is an opinionated code formatter. It enforces a consistent
style by parsing your code and re-printing it with its own rules that
take the maximum line length into account, wrapping code when