pulsar/packages/autoflow
confused_techie 2eab519e23
Merge pull request #209 from Sertonix/add-or-update-packages-package-lock.js
add or update `packages/*/package-lock.json`
2022-12-13 18:21:25 -08:00
..
keymaps ➡️ Migrate core package 'autoflow' into ./packages 2018-09-10 15:02:20 -07:00
lib autoflow: Do not reflow selections that contain only LaTeX tags 2019-05-23 18:26:26 -04:00
menus ➡️ Migrate core package 'autoflow' into ./packages 2018-09-10 15:02:20 -07:00
spec autoflow: Do not reflow selections that contain only LaTeX tags 2019-05-23 18:26:26 -04:00
.gitignore ➡️ Migrate core package 'autoflow' into ./packages 2018-09-10 15:02:20 -07:00
package-lock.json add or update packages/*/package-lock.json 2022-12-10 19:13:50 +01:00
package.json remove coffeelint 2022-11-19 16:10:43 +01:00
README.md ➡️ Migrate core package 'autoflow' into ./packages 2018-09-10 15:02:20 -07:00

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.