mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"rules": {
|
|
"semicolon": [
|
|
true,
|
|
"always"
|
|
],
|
|
"prefer-const": true,
|
|
"no-floating-promises": true
|
|
}
|
|
}
|