Set up lefthook for Ruby formatters and type checking

This commit is contained in:
Dylan Knutson
2025-07-13 01:20:45 +00:00
parent fd82eafb50
commit 6fc3f772c3
79 changed files with 172996 additions and 14 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"editor.formatOnSave": true,
"workbench.editor.titleScrollbarSizing": "large",
"rubyLsp.formatter": "syntax_tree",
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp"
},
}