Unnamed repository; edit this file 'description' to name the repository.
1
2
3
4
5
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,
};