lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 14 lines 442 B view raw
1{ mkDprintPlugin }: 2mkDprintPlugin { 3 description = "Markdown code formatter"; 4 hash = "sha256-2lpgVMExOjMVRTvX6hGRWuufwh2AIkiXaOzkN8LhZgw="; 5 initConfig = { 6 configExcludes = [ ]; 7 configKey = "markdown"; 8 fileExtensions = [ "md" ]; 9 }; 10 pname = "dprint-plugin-markdown"; 11 updateUrl = "https://plugins.dprint.dev/dprint/markdown/latest.json"; 12 url = "https://plugins.dprint.dev/markdown-0.19.0.wasm"; 13 version = "0.19.0"; 14}