forked from mirrors/jj
5d17ad3ee9
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>
4 lines
84 B
JSON
4 lines
84 B
JSON
{
|
|
"files.insertFinalNewline": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
}
|