mirror of
https://github.com/GIKExe/rust_mc_serv.git
synced 2025-06-24 18:32:57 +03:00
19 lines
396 B
JSON
19 lines
396 B
JSON
{
|
|
"editor.fontFamily": "Fira Code",
|
|
"editor.fontLigatures": true,
|
|
|
|
"editor.tabSize": 2,
|
|
"editor.insertSpaces": false,
|
|
"editor.detectIndentation": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
|
|
"[rust]": {
|
|
"editor.defaultFormatter": "rust-lang.rust-analyzer",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"rust-analyzer.rustfmt.extraArgs": [
|
|
"--config",
|
|
"tab_spaces=2"
|
|
]
|
|
} |