This is basically what is stated here. Remember to store the helix settings to a .helix/
directory and the dprint settings to the root.
Created
January 2, 2024 15:57
-
-
Save WolfangAukang/928df2c63f7d2329a257955160b0bd28 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"json": { | |
}, | |
"markdown": { | |
"lineWidth":120, | |
}, | |
"excludes": [ | |
], | |
"plugins": [ | |
"https://plugins.dprint.dev/markdown-0.16.3.wasm" | |
] | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[language]] | |
name = "markdown" | |
auto-format = true | |
formatter = { command = "dprint", args = ["fmt", "--stdin", "md"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment