add tidy support

This commit is contained in:
crazywhalecc
2023-11-21 23:12:00 +08:00
committed by Jerry Ma
parent 2e24976b71
commit 04f100da8b
5 changed files with 75 additions and 16 deletions

View File

@@ -278,11 +278,6 @@
"sqlite"
]
},
"rar": {
"type": "external",
"source": "rar",
"cpp-extension": true
},
"pgsql": {
"type": "builtin",
"arg-type": "with-prefix",
@@ -311,6 +306,11 @@
"aspell"
]
},
"rar": {
"type": "external",
"source": "rar",
"cpp-extension": true
},
"readline": {
"type": "builtin",
"arg-type": "with-prefix",
@@ -435,7 +435,7 @@
},
"tidy": {
"type": "builtin",
"arg-type": "with",
"arg-type": "with-prefix",
"lib-depends": [
"tidy"
]