mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-24 12:48:55 +00:00
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
5eab5c8d75
commit
0bbad88ac0
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