Skip to content

Commit

Permalink
Add the VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jun 3, 2024
1 parent 8f6877a commit e26f430
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"editor.insertSpaces": false,
"editor.tabSize": 2,
"files.encoding": "utf8",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"[markdown]": {"files.trimTrailingWhitespace": false},
"[yaml]": {"editor.insertSpaces": true}
}

0 comments on commit e26f430

Please sign in to comment.