mirror of
https://github.com/atom/atom.git
synced 2026-02-17 01:51:54 -05:00
6 lines
335 B
Markdown
6 lines
335 B
Markdown
# Autoflow package
|
|
|
|
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.
|