mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 13:07:37 +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,
|
||
|
};
|