mirror of
https://github.com/danbee/dotfiles-local
synced 2025-03-04 08:49:07 +00:00
Add standardrb for Ruby
This commit is contained in:
parent
0dcfba8f9c
commit
ed92112acd
@ -7,6 +7,10 @@ return function()
|
||||
require("formatter.filetypes.lua").stylua,
|
||||
},
|
||||
|
||||
ruby = {
|
||||
require("formatter.filetypes.ruby").standardrb,
|
||||
},
|
||||
|
||||
["*"] = {
|
||||
require("formatter.filetypes.any").remove_trailing_whitespace,
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user