feat: add editorconfig as recommended extension
This commit is contained in:
parent
f43530b297
commit
3aef583c58
1 changed files with 3 additions and 2 deletions
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
|
@ -2,6 +2,7 @@
|
|||
"recommendations": [
|
||||
"vadimcn.vscode-lldb",
|
||||
"rust-lang.rust-analyzer",
|
||||
"serayuzgur.crates"
|
||||
"serayuzgur.crates",
|
||||
"editorConfig.editorConfig"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue