Enable Trunk on Windows

This commit is contained in:
Thomas Göttgens 2023-07-31 21:37:55 +02:00
parent 8a49221b7f
commit ef5e21d3da

View File

@ -1,4 +1,5 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "trunk.io"
"editor.defaultFormatter": "trunk.io",
"trunk.enableWindows": true
}