Add Rubocop Autoformatter

This commit is contained in:
Mohammad Moosazadeh 2024-06-01 00:57:53 -04:00
parent c0716339c0
commit 60912931f4
1 changed files with 1 additions and 0 deletions

View File

@ -660,6 +660,7 @@ require('lazy').setup({
-- You can use a sub-list to tell conform to run *until* a formatter -- You can use a sub-list to tell conform to run *until* a formatter
-- is found. -- is found.
-- javascript = { { "prettierd", "prettier" } }, -- javascript = { { "prettierd", "prettier" } },
ruby = { 'rubocop' },
}, },
}, },
}, },