2021-01-07 02:05:21 -05:00
|
|
|
{
|
2021-09-14 15:23:21 +08:00
|
|
|
"editor.insertSpaces": true,
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"files.encoding": "utf8",
|
|
|
|
"files.eol": "\n",
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.trimFinalNewlines": true,
|
2023-07-28 11:09:27 +01:00
|
|
|
"ruby.useLanguageServer": true,
|
2021-09-14 15:23:21 +08:00
|
|
|
"ruby.rubocop.executePath": "Library/Homebrew/shims/gems/",
|
|
|
|
"shellcheck.customArgs": [
|
|
|
|
"--shell=bash",
|
|
|
|
"--enable=all",
|
|
|
|
"--external-sources",
|
|
|
|
"--source-path=${workspaceFolder}/Library"
|
|
|
|
],
|
2021-10-12 02:12:48 +08:00
|
|
|
"shellformat.effectLanguages": [
|
|
|
|
"shellscript"
|
|
|
|
],
|
|
|
|
"shellformat.path": "${workspaceFolder}/Library/Homebrew/utils/shfmt.sh",
|
2021-11-07 19:53:14 +08:00
|
|
|
"shellformat.flag": "-i 2 -ci -ln bash",
|
|
|
|
"[shellscript]": {
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
"source.fixAll.shellcheck": true,
|
|
|
|
}
|
|
|
|
}
|
2021-01-07 13:27:06 +00:00
|
|
|
}
|