Update docs

This commit is contained in:
Glavin Wiechert 2015-06-10 13:57:47 -03:00
parent 7a6b5a4b7b
commit 2a283e0f66
1 changed files with 32 additions and 1 deletions

View File

@ -811,6 +811,20 @@ Indentation size/length (Supported by autopep8)
do not fix these errors/warnings (Supported by autopep8)
#### [Ruby - Indent size](#ruby---indent-size)
**Key**: `ruby_indent_size`
**Default**: `4`
**Type**: `integer`
**Supported Beautifiers**: [`Rubocop`](#rubocop)
**Description**:
Indentation size/length (Supported by Rubocop)
#### [Rust - Rustfmt path](#rust---rustfmt-path)
**Key**: `rust_rustfmt_path`
@ -2191,7 +2205,7 @@ Disable XML Beautification
**Type**: `string`
**Enum**: `Pretty Diff`
**Enum**: `JS Beautify` `Pretty Diff`
**Description**:
@ -3149,6 +3163,23 @@ Indentation size/length (Supported by autopep8)
do not fix these errors/warnings (Supported by autopep8)
### Rubocop
#### [Ruby - Indent size](#ruby---indent-size)
**Key**: `ruby_indent_size`
**Default**: `4`
**Type**: `integer`
**Supported Beautifiers**: [`Rubocop`](#rubocop)
**Description**:
Indentation size/length (Supported by Rubocop)
### rustfmt
#### [Rust - Rustfmt path](#rust---rustfmt-path)