updated docs.

This commit is contained in:
Jan-Cornelius Molnar 2015-06-01 23:29:06 +02:00
parent 9024f2b2f7
commit 4fc7c724a5
2 changed files with 193 additions and 165 deletions

View File

@ -162,6 +162,24 @@ Retain empty lines. Consecutive empty lines will be converted to a single empty
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
### Fortran - Emacs path
**Key**: `fortran_emacs_path`
**Type**: `string`
**Description**:
Path to the `emacs` executable (Supported by Fortran Beautifier)
### Fortran - Emacs script path
**Key**: `fortran_emacs_script_path`
**Type**: `string`
**Description**:
Path to the emacs script (Supported by Fortran Beautifier)
### HTML - Indent inner html
**Key**: `html_indent_inner_html`
@ -924,6 +942,37 @@ Default Beautifier to be used for Go
**Description**:
Automatically beautify Go files on save
### Language Config - Fortran - Disable Beautifying Language
**Key**: `language_fortran_disabled`
**Type**: `boolean`
**Description**:
Disable Fortran Beautification
### Language Config - Fortran - Default Beautifier
**Key**: `language_fortran_default_beautifier`
**Default**: `Fortran Beautifier`
**Type**: `string`
**Enum**: `Fortran Beautifier`
**Description**:
Default Beautifier to be used for Fortran
### Language Config - Fortran - Beautify On Save
**Key**: `language_fortran_beautify_on_save`
**Type**: `boolean`
**Description**:
Automatically beautify Fortran files on save
### Language Config - Handlebars - Disable Beautifying Language
**Key**: `language_handlebars_disabled`

View File

@ -17,35 +17,43 @@
"email": "glavin.wiechert@gmail.com",
"url": "https://github.com/Glavin001"
},
"contributors": [{
"contributors": [
{
"name": "Donald Pipowitch",
"email": "pipo@senaeh.de",
"url": "https://github.com/donaldpipowitch"
}, {
},
{
"name": "László Károlyi",
"url": "https://github.com/karolyi"
}, {
},
{
"name": "Marco Tanzi",
"url": "https://github.com/mtanzi"
}, {
},
{
"name": "gvn lazar suntop",
"url": "https://github.com/gvn"
}, {
},
{
"name": "Vadim K.",
"url": "https://github.com/vadirn"
}, {
},
{
"name": "Filipe Silva",
"url": "https://github.com/filipesilva"
}, {
},
{
"name": "Ramón Cahenzli",
"url": "https://github.com/psy-q"
}],
}
],
"engines": {
"atom": ">=0.174.0 <2.0.0"
},
"dependencies": {
"analytics-node": "^1.2.2",
"async": "^1.0.0",
"async": "^1.1.0",
"atom-message-panel": "^1.2.4",
"atom-space-pen-views": "^2.0.5",
"bluebird": "^2.9.26",
@ -58,6 +66,7 @@
"event-kit": "^1.2.0",
"expand-home-dir": "0.0.2",
"extend": "^2.0.1",
"handlebars": "^3.0.3",
"js-beautify": "^1.5.6",
"lodash": "3.9.3",
"loophole": "^1.0.0",
@ -132,36 +141,6 @@
"go",
"golang"
],
"dependencies": {
"analytics-node": "^1.2.2",
"async": "^1.0.0",
"atom-message-panel": "^1.2.4",
"atom-space-pen-views": "^2.0.5",
"bluebird": "^2.9.26",
"coffee-fmt": "0.10.2",
"coffee-formatter": "^0.1.2",
"csscomb": "^3.1.5",
"diff": "^1.4.0",
"editorconfig": "^0.12.2",
"emissary": "^1.3.3",
"event-kit": "^1.2.0",
"expand-home-dir": "0.0.2",
"extend": "^2.0.1",
"js-beautify": "^1.5.6",
"lodash": "3.9.3",
"loophole": "^1.0.0",
"node-dir": "^0.1.8",
"node-uuid": "^1.4.3",
"prettydiff": "^1.11.21",
"space-pen": "^5.1.1",
"strip-json-comments": "^1.0.2",
"temp": "^0.8.1",
"tidy-markdown": "^0.3.2",
"typescript-formatter": "~0.3.2",
"underscore-plus": "^1.6.6",
"winston": "^1.0.0",
"yaml-front-matter": "^3.2.3"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"handlebars": "^3.0.3"