We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3cf5a commit c5fb9feCopy full SHA for c5fb9fe
.vscode/extensions.json
@@ -0,0 +1,7 @@
1
+{
2
+ "recommendations": [
3
+ "EditorConfig.EditorConfig",
4
+ "foxundermoon.shell-format",
5
+ "timonwong.shellcheck"
6
+ ]
7
+}
.vscode/settings.json
@@ -0,0 +1,13 @@
+ "editor.linkedEditing": true,
+ "editor.tabSize": 2,
+ "editorconfig.generateAuto": false,
+ "files.eol": "\n",
+ "files.insertFinalNewline": true,
+ "files.trimFinalNewlines": true,
8
+ "shellcheck.useWorkspaceRootAsCwd": true,
9
+ "[shellscript]": {
10
+ "editor.defaultFormatter": "foxundermoon.shell-format",
11
+ "editor.formatOnSave": true
12
+ }
13
0 commit comments