]> git.lizzy.rs Git - rust.git/blob - editors/code/.prettierrc.js
Auto merge of #13647 - nyz93:fix/tuple-to-named-struct, r=Veykril
[rust.git] / 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 };