brew/.vscode/settings.json

18 lines
460 B
JSON
Raw Normal View History

2021-01-07 02:05:21 -05:00
{
"editor.insertSpaces": true,
"editor.tabSize": 2,
"files.encoding": "utf8",
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"ruby.rubocop.executePath": "Library/Homebrew/shims/gems/",
"shellcheck.customArgs": [
"--shell=bash",
"--enable=all",
"--external-sources",
"--source-path=${workspaceFolder}/Library"
],
"shellformat.flag": "-i 2 -ci"
}