Skip to content

Commit

Permalink
Add VSCode settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed Jun 1, 2024
1 parent d217b32 commit d8bb26d
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": true,
"editor.tabSize": 8,
"editor.indentSize": 2,
"editor.stickyScroll.enabled": true,
"explorer.excludeGitIgnore": true,
"files.eol": "\n",
"git.openRepositoryInParentFolders": "never"
}

0 comments on commit d8bb26d

Please sign in to comment.