blob: 91ab2cedcc88907814d0f4fd4e8925b123122524 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
---@brief
---
--- https://github.com/testdouble/standard
---
--- Ruby Style Guide, with linter & automatic code fixer.
return {
cmd = { 'standardrb', '--lsp' },
filetypes = { 'ruby' },
root_markers = { 'Gemfile', '.git' },
}
|