{
"editor.formatOnSave": true,
"editor.rulers": [
100
],
"rust-analyzer.checkOnSave.overrideCommand": [
"make",
"check"
]
}