Skip to content

Commit

Permalink
editor: initialize .vscode settings directory
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
thoughtpolice committed Aug 16, 2024
1 parent 5eab5c8 commit 0bbad88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true
}

0 comments on commit 0bbad88

Please sign in to comment.