An Atom plugin to keep Grandpa Beck happy
==================================================================
This package will automatically:
will become:
my_method(bad_spacing)
my_hash = { has: bad_spacing, and: 'double quotes' }
puts "These quotes stay: #{ my_hash }"
puts "Won't change strings with ' in them"
end
I'm planning to split each action into it's own command to:
beckifier: quotes
beckifier: brackets
beckifier: parentheses
beckifier: beckify # does all of the above
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.