mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
.vscode: add more settings, extensions.
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"kaiwood.endwise",
|
||||
"misogi.ruby-rubocop",
|
||||
"rebornix.ruby",
|
||||
"wingrunr21.vscode-ruby"
|
||||
]
|
||||
}
|
||||
Vendored
+5
-2
@@ -1,3 +1,6 @@
|
||||
{
|
||||
"ruby.rubocop.executePath": "/usr/local/Homebrew/Library/Homebrew/shims/gems/"
|
||||
}
|
||||
"ruby.rubocop.executePath": "Library/Homebrew/shims/gems/",
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.tabSize": 2,
|
||||
"files.insertFinalNewline": true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user