Skip to content

Commit

Permalink
Add vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
amkisko committed Dec 7, 2024
1 parent 4781c72 commit cf12816
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"recommendations": [
"donjayamanne.githistory",
"editorconfig.editorconfig",
"mikestead.dotenv",
"anweber.vscode-httpyac",
"shopify.ruby-lsp",
"bung87.vscode-gemfile",
"wayou.vscode-todo-highlight",
"vscode-icons-team.vscode-icons",
"koichisasada.vscode-rdbg",
"fooo.ruby-spec-runner",
"nhoizey.gremlins",
"streetsidesoftware.code-spell-checker",
"dewski.simplecov",
"trunk.io"
]
}
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"editor.defaultFormatter": "trunk.io",
"editor.formatOnSave": false,
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.insertSpaces": true
}

0 comments on commit cf12816

Please sign in to comment.