Skip to content

redbassett/wraptor

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!