aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/standardrb.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/standardrb.lua')
-rw-r--r--lsp/standardrb.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lsp/standardrb.lua b/lsp/standardrb.lua
index 2d3a8265..91ab2ced 100644
--- a/lsp/standardrb.lua
+++ b/lsp/standardrb.lua
@@ -1,8 +1,8 @@
---@brief
---
--- https://github.com/testdouble/standard
---
--- Ruby Style Guide, with linter & automatic code fixer.
+--- https://github.com/testdouble/standard
+---
+--- Ruby Style Guide, with linter & automatic code fixer.
return {
cmd = { 'standardrb', '--lsp' },
filetypes = { 'ruby' },