]> git.lizzy.rs Git - rust.git/blob - src/tools/rust-analyzer/editors/code/.prettierrc.js
Rollup merge of #103598 - tshepang:token-kind-docs, r=jackh726
[rust.git] / src / tools / rust-analyzer / editors / code / .prettierrc.js
1 module.exports = {
2     // use 100 because it's Rustfmt's default
3     // https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#max_width
4     printWidth: 100,
5 };