2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-02-15 13:38:33 +00:00
rust-analyzer/editors/code/tslint.json
2019-12-31 18:55:34 +01:00

8 lines
97 B
JSON

{
"rules": {
"semicolon": [
true,
"always"
]
}
}