@prettier/plugin-ruby
Advanced tools
Changelog
[3.0.0] - 2022-05-04
Changelog
[2.1.0] - 2022-04-04
PRETTIER_RUBY_TIMEOUT_MS
environment variable to control how long to wait for the parser server to spin up.return
incorrectly when multiple statements are contained within parentheses.body
keys are replace them with actual names.do
keyword.return
when nodes return arrays of docs.Changelog
[2.0.0] - 2021-10-28
Style/MultilineBlockChain
rubocop rule in our shipped configuration because multiple chained method calls with blocks can potentially conflict with rubocop's desired output.Changelog
[2.0.0-rc4] - 2021-10-18
@prettier/plugin-ruby
to run in yarn's plug'n'play mode.rescue
clauses.Changelog
[2.0.0-rc2] - 2021-09-30
to_not
is explicitly allowed to not indent to better support rspec.Changelog
[2.0.0-rc1] - 2021-09-30
do
keyword in for
loop expressions.rubyNetcatCommand
option, as it should no longer be necessary.Changelog
[1.6.1] - 2021-06-30
.where.not
calls in method chains.sig
block formatting when chaining method calls.Changelog
[1.6.0] - 2021-06-23
--insert-pragma
option for the incremental adoption workflow.%s
symbol literal syntax.Layout/LineLength
rubocop rule in our shipped config so that line lengths for other cops are calculated correctly.