Skip to content

djpaterson/wraptor

 
 

Repository files navigation

wraptor

Build Status Code Climate

Stop being soft on your code. Hard wrap in Atom.

When active, wraptor will automatically hard wrap code with newlines at the editor's preferred line length.

Grammars:

To enable wraptor on a specific grammar, simply set the enabled property to true in config.cson.

".git-commit.text":
  editor:
    preferredLineLength: 72
  wraptor:
    enabled: true

Wrap on demand:

To manually wrap the current text editor, run the Wraptor: Wrap Current Buffer command from the command palette.

What's next:

  • Handle comments
  • Allow manual wrapping of selection
  • Implement better synergy

That's a wrap!

About

Stop being soft on your code. Hard wrap in Atom.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%