pulsar/packages/autoflow/package.json
2022-11-19 16:10:43 +01:00

20 lines
517 B
JSON

{
"name": "autoflow",
"version": "0.29.4",
"main": "./lib/autoflow",
"description": "Format the current selection to have lines no longer than 80 characters.\n\nThis packages uses the config value of `editor.preferredLineLength` when set.",
"activationCommands": {
"atom-text-editor": [
"autoflow:reflow-selection"
]
},
"repository": "https://github.com/pulsar-edit/pulsar",
"license": "MIT",
"engines": {
"atom": "*"
},
"dependencies": {
"underscore-plus": "^1.7.0"
}
}