atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
34 lines (33 loc) • 792 B
JSON
{
"name": "nuclide-code-format",
"repository": "https://github.com/facebook/nuclide",
"main": "./lib/main.js",
"version": "0.0.0",
"description": "Provides a code-formatting provider API",
"atomTestRunner": "../../lib/test-runner.js",
"nuclide": {
"configMetadata": {
"pathComponents": [
"IDE",
"Code Formatting"
]
},
"config": {
"formatOnSave": {
"title": "Format on Save",
"type": "boolean",
"default": false,
"description": "Automatically format code upon saving for supported languages."
}
},
"packageType": "Atom",
"testRunner": "apm"
},
"consumedServices": {
"nuclide-code-format.provider": {
"versions": {
"0.0.0": "consumeProvider"
}
}
}
}