add formatter settings

This commit is contained in:
Christoph Brandau
2025-07-21 09:08:53 +02:00
parent 61fb0bc5d2
commit ee5240c861
2 changed files with 12 additions and 4 deletions
+6 -1
View File
@@ -79,6 +79,11 @@
],
"configuration": {
"properties": {
"nx-post-support.formatter": {
"type": "boolean",
"default": false,
"description": "Use the TCL formatter from `NX Postprocessor Support`"
},
"nx-post-support.importStrategy": {
"default": "useBundled",
"description": "Defines where `NX Postprocessor Support` is imported from.",
@@ -118,4 +123,4 @@
"prettier": "^3.4.2",
"typescript": "^5.7.2"
}
}
}