mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
6 lines
167 B
JavaScript
6 lines
167 B
JavaScript
|
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,
|
||
|
};
|