nidus-sync/.prettierrc

13 lines
321 B
Text
Raw Permalink Normal View History

{
"plugins": ["/nix/store/6kfm5qrd2bckffxphb5ylvbg3sz1657r-prettier-plugin-go-template-0.0.15-unstable-2023-07-26/lib/node_modules/prettier-plugin-go-template/lib/index.js"],
"useTabs": true,
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template",
2026-02-06 17:07:06 +00:00
},
},
],
}