google / vim-codefmt

Vim plugin for syntax-aware code formatting
Apache License 2.0
1.11k stars 114 forks source link

Add ruby formatting support using Rubocop. #220

Closed akveritas closed 1 year ago

akveritas commented 1 year ago

Solves #30

This change is based on an abandoned change by zinovyev: https://github.com/zinovyev/vim-codefmt/tree/add-support-for-ruby and matching pull request: https://github.com/google/vim-codefmt/pull/132

I've added code comments to resolve dbarnett's question from that review, and added vroom tests.