From 2a283e0f6644b5dcaeae8e1e330b89db459c7a76 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Wed, 10 Jun 2015 13:57:47 -0300 Subject: [PATCH] Update docs --- docs/options.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/docs/options.md b/docs/options.md index bd0c283..e58bd77 100644 --- a/docs/options.md +++ b/docs/options.md @@ -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)