Sign in
rust
/
rust
/
86193fa8a04bcbdeee9917c2a2d1e2ea7054c0a6
/
.
/
src
/
tools
/
rust-analyzer
/
editors
/
code
/
.prettierrc.js
blob: cafb12f0e6ddf6b1fa972155de7bfdbf220bdc06 [
file
]
module
.
exports
=
{
// use 100 because it's Rustfmt's default
// https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=#max_width
printWidth
:
100
,
};