Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

atom/autoflow

Repository files navigation

This package is now a part of the core Atom repository, please direct all issues and pull requests there in the future!


Autoflow package

OS X Build Status Windows Build Status Dependency Status

Format the current selection to have lines no longer than 80 characters using cmd-alt-q on macOS and ctrl-shift-q on Windows and Linux. If nothing is selected, the current paragraph will be reflowed.

This package uses the config value of editor.preferredLineLength when set to determine desired line length.