summaryrefslogtreecommitdiff
path: root/src/tools/rust-analyzer/editors/code/.prettierrc.js
blob: cafb12f0e6ddf6b1fa972155de7bfdbf220bdc06 (plain)
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,
};