Skip to content

Commit 9e70555

Browse files
committed
use prettier for the markdown formating
1 parent e9de7d0 commit 9e70555

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.vscode/extensions.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"ryanluker.vscode-coverage-gutters",
1111
// direnv, to use tool binaries from `nix` profile and set environment variables automatically
1212
"mkhl.direnv",
13+
// Used for markdown formating
14+
"esbenp.prettier-vscode"
1315
]
14-
}
16+
}

.vscode/settings.default.json

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// Rust-analyzer doesn't need to build the wasm binary
1616
"rust-analyzer.cargo.extraEnv": {
1717
"SKIP_WASM_BUILD": "true"
18+
},
19+
"[markdown]": {
20+
"editor.defaultFormatter": "esbenp.prettier-vscode"
1821
}
1922
// Recommended when developing benchmarks
2023
/*

0 commit comments

Comments
 (0)