generated: Update efmls-configs.nix

This commit is contained in:
Gaetan Lepage 2024-10-24 08:19:56 +02:00 committed by nix-infra-bot
parent f18f444116
commit 203b419c21

View file

@ -473,6 +473,7 @@
formatter = {
lang = "go";
possible = [
"djlint"
"gofmt"
"gofumpt"
"goimports"
@ -525,6 +526,7 @@
formatter = {
lang = "html";
possible = [
"djlint"
"fecs"
"prettier"
"prettier_d"
@ -922,6 +924,7 @@
formatter = {
lang = "php";
possible = [
"djlint"
"php_cs_fixer"
"phpcbf"
"pint"
@ -978,6 +981,7 @@
possible = [
"autopep8"
"black"
"djlint"
"isort"
"ruff"
"ruff_sort"