forked from mirrors/jj
editor: initialize .vscode
settings directory
These are basically always useful in vscode; turn them on. Note that there is an editorconfig plugin for vscode and we do have a `.editorconfig` file but these options aren't set due to an old intellj-rust bug. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
3fcb6eedfd
commit
5d17ad3ee9
1 changed files with 4 additions and 0 deletions
4
.vscode/settings.json
vendored
Normal file
4
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"files.insertFinalNewline": true,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
}
|
Loading…
Reference in a new issue