Added default markdown formatter

This commit is contained in:
2024-01-30 17:30:06 -04:00
parent af6f1a1488
commit 7aecaf298a

View File

@@ -14,6 +14,10 @@
"github.copilot.enable" = { "github.copilot.enable" = {
"markdown" = true; "markdown" = true;
}; };
"[markdown]" = {
"editor.defaultFormatter" = "esbenp.prettier-vscode";
};
}; };
}; };
} }