• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

beckifier

An Atom plugin to keep Grandpa Beck happy
lowderl
0.2.0 22
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

beckifier

An Atom plugin to keep Grandpa Beck happy

==================================================================

This package will automatically:

  • replace unnecessary double quotes in Ruby with single quotes
  • correct spacing around brackets
  • correct spacing around parentheses

Example:

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

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by