Skip to content

Commit c5fb9fe

Browse files
committed
Add VS Code config
1 parent 0d3cf5a commit c5fb9fe

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"EditorConfig.EditorConfig",
4+
"foxundermoon.shell-format",
5+
"timonwong.shellcheck"
6+
]
7+
}

.vscode/settings.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"editor.linkedEditing": true,
3+
"editor.tabSize": 2,
4+
"editorconfig.generateAuto": false,
5+
"files.eol": "\n",
6+
"files.insertFinalNewline": true,
7+
"files.trimFinalNewlines": true,
8+
"shellcheck.useWorkspaceRootAsCwd": true,
9+
"[shellscript]": {
10+
"editor.defaultFormatter": "foxundermoon.shell-format",
11+
"editor.formatOnSave": true
12+
}
13+
}

0 commit comments

Comments
 (0)