Skip to content

Commit

Permalink
VS Code extensions inspired by OwnTube-tv/web-client#27
Browse files Browse the repository at this point in the history
  • Loading branch information
ar9708 committed Mar 16, 2024
1 parent b682956 commit ddb38da
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dot-*
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "ms-azuretools.vscode-docker"]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.renderWhitespace": "all",
"editor.formatOnSave": true,
"editor.trimAutoWhitespace": true,
"editor.tabSize": 2,
"editor.detectIndentation": false
}

0 comments on commit ddb38da

Please sign in to comment.