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
mblomdahl-bot authored Mar 20, 2024
1 parent 1fcc78b commit be2acc6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ max_line_length = 100
# 2 space indentation
[*.{yml,yaml}]
indent_style = space
indent_size = 2
indent_size = 2
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"esbenp.prettier-vscode",
"github.vscode-github-actions"
]
}
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 be2acc6

Please sign in to comment.