1338 lines
28 KiB
Markdown
1338 lines
28 KiB
Markdown
|
# Options
|
||
|
|
||
|
Automatically generated documentation for language and beautifier options.
|
||
|
|
||
|
## Supported Options
|
||
|
|
||
|
### C# - Config Path (`cs_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### C - Config Path (`c_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### C++ - Config Path (`cpp_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### CSS - Indent size (`css_indent_size`)
|
||
|
|
||
|
**Default**: `4`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Indentation size/length (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### CSS - Indent char (`css_indent_char`)
|
||
|
|
||
|
**Default**: ` `
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Indentation character (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### CSS - Selector separator newline (`css_selector_separator_newline`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Add a newline between multiple selectors (Supported by JS Beautify)
|
||
|
|
||
|
### CSS - Newline between rules (`css_newline_between_rules`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Add a newline between CSS rules (Supported by JS Beautify)
|
||
|
|
||
|
### CSS - Preserve newlines (`css_preserve_newlines`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Retain empty lines. Consecutive empty lines will be converted to a single empty line. (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### D - Config Path (`d_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### HTML - Indent inner html (`html_indent_inner_html`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Indent <head> and <body> sections. (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - Indent size (`html_indent_size`)
|
||
|
|
||
|
**Default**: `4`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Indentation size/length (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### HTML - Indent char (`html_indent_char`)
|
||
|
|
||
|
**Default**: ` `
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Indentation character (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### HTML - Brace style (`html_brace_style`)
|
||
|
|
||
|
**Default**: `collapse`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `collapse` `expand` `end-expand` `none`
|
||
|
|
||
|
#### Description
|
||
|
[collapse|expand|end-expand|none] (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - Indent scripts (`html_indent_scripts`)
|
||
|
|
||
|
**Default**: `normal`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `keep` `separate` `normal`
|
||
|
|
||
|
#### Description
|
||
|
[keep|separate|normal] (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - Wrap line length (`html_wrap_line_length`)
|
||
|
|
||
|
**Default**: `250`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Maximum characters per line (0 disables) (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - Wrap attributes (`html_wrap_attributes`)
|
||
|
|
||
|
**Default**: `auto`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `auto` `force`
|
||
|
|
||
|
#### Description
|
||
|
Wrap attributes to new lines [auto|force] (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - Wrap attributes indent size (`html_wrap_attributes_indent_size`)
|
||
|
|
||
|
**Default**: `4`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Indent wrapped attributes to after N characters (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - Preserve newlines (`html_preserve_newlines`)
|
||
|
|
||
|
**Default**: `true`
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### HTML - Max preserve newlines (`html_max_preserve_newlines`)
|
||
|
|
||
|
**Default**: `10`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Number of line-breaks to be preserved in one chunk (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - Unformatted (`html_unformatted`)
|
||
|
|
||
|
**Default**: `a,sub,sup,b,i,u`
|
||
|
|
||
|
**Type**: `array`
|
||
|
|
||
|
#### Description
|
||
|
List of tags (defaults to inline) that should not be reformatted (Supported by JS Beautify)
|
||
|
|
||
|
### HTML - End with newline (`html_end_with_newline`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
End output with newline (Supported by JS Beautify)
|
||
|
|
||
|
### Java - Config Path (`java_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### JavaScript - Indent size (`js_indent_size`)
|
||
|
|
||
|
**Default**: `4`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Indentation size/length (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### JavaScript - Indent char (`js_indent_char`)
|
||
|
|
||
|
**Default**: ` `
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Indentation character (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### JavaScript - Indent level (`js_indent_level`)
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Initial indentation level (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Indent with tabs (`js_indent_with_tabs`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Indentation uses tabs, overrides `Indent Size` and `Indent Char` (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Preserve newlines (`js_preserve_newlines`)
|
||
|
|
||
|
**Default**: `true`
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
|
||
|
|
||
|
### JavaScript - Max preserve newlines (`js_max_preserve_newlines`)
|
||
|
|
||
|
**Default**: `10`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Number of line-breaks to be preserved in one chunk (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Space in paren (`js_space_in_paren`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Add padding spaces within paren, ie. f( a, b ) (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Jslint happy (`js_jslint_happy`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Enable jslint-stricter mode (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Space after anon function (`js_space_after_anon_function`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Add a space before an anonymous function's parens, ie. function () (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Brace style (`js_brace_style`)
|
||
|
|
||
|
**Default**: `collapse`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `collapse` `expand` `end-expand` `none`
|
||
|
|
||
|
#### Description
|
||
|
[collapse|expand|end-expand|none] (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Break chained methods (`js_break_chained_methods`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Break chained method calls across subsequent lines (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Keep array indentation (`js_keep_array_indentation`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Preserve array indentation (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Keep function indentation (`js_keep_function_indentation`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
(Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Space before conditional (`js_space_before_conditional`)
|
||
|
|
||
|
**Default**: `true`
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
(Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Eval code (`js_eval_code`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
(Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Unescape strings (`js_unescape_strings`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Decode printable characters encoded in xNN notation (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - Wrap line length (`js_wrap_line_length`)
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Wrap lines at next opportunity after N characters (Supported by JS Beautify)
|
||
|
|
||
|
### JavaScript - End with newline (`js_end_with_newline`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
End output with newline (Supported by JS Beautify)
|
||
|
|
||
|
### Objective-C - Config Path (`objectivec_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### Pawn - Config Path (`pawn_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### Perl - Perltidy profile (`perl_perltidy_profile`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Specify a configuration file which will override the default name of .perltidyrc (Supported by Perltidy)
|
||
|
|
||
|
### PHP - Cs fixer path (`php_cs_fixer_path`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to the `php-cs-fixer` CLI executable (Supported by PHP-CS-Fixer)
|
||
|
|
||
|
### PHP - Fixers (`php_fixers`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Add fixer(s). i.e. linefeed,-short_tag,indentation (Supported by PHP-CS-Fixer)
|
||
|
|
||
|
### PHP - Level (`php_level`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
By default, all PSR-2 fixers and some additional ones are run. (Supported by PHP-CS-Fixer)
|
||
|
|
||
|
### Python - Max line length (`python_max_line_length`)
|
||
|
|
||
|
**Default**: `79`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
set maximum allowed line length (Supported by autopep8)
|
||
|
|
||
|
### Python - Indent size (`python_indent_size`)
|
||
|
|
||
|
**Default**: `4`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Indentation size/length (Supported by autopep8)
|
||
|
|
||
|
### Python - Ignore (`python_ignore`)
|
||
|
|
||
|
**Default**: `E24`
|
||
|
|
||
|
**Type**: `array`
|
||
|
|
||
|
#### Description
|
||
|
do not fix these errors/warnings (Supported by autopep8)
|
||
|
|
||
|
### SQL - Indent size (`sql_indent_size`)
|
||
|
|
||
|
**Default**: `4`
|
||
|
|
||
|
**Type**: `integer`
|
||
|
|
||
|
#### Description
|
||
|
Indentation size/length (Supported by sqlformat)
|
||
|
|
||
|
### SQL - Keywords (`sql_keywords`)
|
||
|
|
||
|
**Default**: `upper`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `lower` `upper` `capitalize`
|
||
|
|
||
|
#### Description
|
||
|
Change case of keywords (Supported by sqlformat)
|
||
|
|
||
|
### SQL - Identifiers (`sql_identifiers`)
|
||
|
|
||
|
**Default**: `lower`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `lower` `upper` `capitalize`
|
||
|
|
||
|
#### Description
|
||
|
Change case of identifiers (Supported by sqlformat)
|
||
|
|
||
|
### Vala - Config Path (`vala_configPath`)
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
#### Description
|
||
|
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
|
||
|
|
||
|
### Language Config - C# - Disable Beautifying Language (`language_cs_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable C# Beautification
|
||
|
|
||
|
### Language Config - C# - Default Beautifier (`language_cs_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for C#
|
||
|
|
||
|
### Language Config - C# - Beautify On Save (`language_cs_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify C# files on save
|
||
|
|
||
|
### Language Config - C - Disable Beautifying Language (`language_c_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable C Beautification
|
||
|
|
||
|
### Language Config - C - Default Beautifier (`language_c_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for C
|
||
|
|
||
|
### Language Config - C - Beautify On Save (`language_c_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify C files on save
|
||
|
|
||
|
### Language Config - CoffeeScript - Disable Beautifying Language (`language_coffeescript_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable CoffeeScript Beautification
|
||
|
|
||
|
### Language Config - CoffeeScript - Default Beautifier (`language_coffeescript_default_beautifier`)
|
||
|
|
||
|
**Default**: `coffee-fmt`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Coffee Formatter` `coffee-fmt`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for CoffeeScript
|
||
|
|
||
|
### Language Config - CoffeeScript - Beautify On Save (`language_coffeescript_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify CoffeeScript files on save
|
||
|
|
||
|
### Language Config - C++ - Disable Beautifying Language (`language_cpp_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable C++ Beautification
|
||
|
|
||
|
### Language Config - C++ - Default Beautifier (`language_cpp_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for C++
|
||
|
|
||
|
### Language Config - C++ - Beautify On Save (`language_cpp_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify C++ files on save
|
||
|
|
||
|
### Language Config - CSS - Disable Beautifying Language (`language_css_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable CSS Beautification
|
||
|
|
||
|
### Language Config - CSS - Default Beautifier (`language_css_default_beautifier`)
|
||
|
|
||
|
**Default**: `JS Beautify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `CSScomb` `JS Beautify` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for CSS
|
||
|
|
||
|
### Language Config - CSS - Beautify On Save (`language_css_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify CSS files on save
|
||
|
|
||
|
### Language Config - CSV - Disable Beautifying Language (`language_csv_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable CSV Beautification
|
||
|
|
||
|
### Language Config - CSV - Default Beautifier (`language_csv_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for CSV
|
||
|
|
||
|
### Language Config - CSV - Beautify On Save (`language_csv_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify CSV files on save
|
||
|
|
||
|
### Language Config - D - Disable Beautifying Language (`language_d_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable D Beautification
|
||
|
|
||
|
### Language Config - D - Default Beautifier (`language_d_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for D
|
||
|
|
||
|
### Language Config - D - Beautify On Save (`language_d_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify D files on save
|
||
|
|
||
|
### Language Config - EJS - Disable Beautifying Language (`language_ejs_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable EJS Beautification
|
||
|
|
||
|
### Language Config - EJS - Default Beautifier (`language_ejs_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for EJS
|
||
|
|
||
|
### Language Config - EJS - Beautify On Save (`language_ejs_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify EJS files on save
|
||
|
|
||
|
### Language Config - ERB - Disable Beautifying Language (`language_erb_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable ERB Beautification
|
||
|
|
||
|
### Language Config - ERB - Default Beautifier (`language_erb_default_beautifier`)
|
||
|
|
||
|
**Default**: `HTML Beautifier`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `HTML Beautifier` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for ERB
|
||
|
|
||
|
### Language Config - ERB - Beautify On Save (`language_erb_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify ERB files on save
|
||
|
|
||
|
### Language Config - Go - Disable Beautifying Language (`language_go_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Go Beautification
|
||
|
|
||
|
### Language Config - Go - Default Beautifier (`language_go_default_beautifier`)
|
||
|
|
||
|
**Default**: `gofmt`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `gofmt`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Go
|
||
|
|
||
|
### Language Config - Go - Beautify On Save (`language_go_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Go files on save
|
||
|
|
||
|
### Language Config - Handlebars - Disable Beautifying Language (`language_handlebars_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Handlebars Beautification
|
||
|
|
||
|
### Language Config - Handlebars - Default Beautifier (`language_handlebars_default_beautifier`)
|
||
|
|
||
|
**Default**: `JS Beautify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `JS Beautify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Handlebars
|
||
|
|
||
|
### Language Config - Handlebars - Beautify On Save (`language_handlebars_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Handlebars files on save
|
||
|
|
||
|
### Language Config - HTML - Disable Beautifying Language (`language_html_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable HTML Beautification
|
||
|
|
||
|
### Language Config - HTML - Default Beautifier (`language_html_default_beautifier`)
|
||
|
|
||
|
**Default**: `JS Beautify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `JS Beautify` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for HTML
|
||
|
|
||
|
### Language Config - HTML - Beautify On Save (`language_html_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify HTML files on save
|
||
|
|
||
|
### Language Config - Java - Disable Beautifying Language (`language_java_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Java Beautification
|
||
|
|
||
|
### Language Config - Java - Default Beautifier (`language_java_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Java
|
||
|
|
||
|
### Language Config - Java - Beautify On Save (`language_java_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Java files on save
|
||
|
|
||
|
### Language Config - JavaScript - Disable Beautifying Language (`language_js_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable JavaScript Beautification
|
||
|
|
||
|
### Language Config - JavaScript - Default Beautifier (`language_js_default_beautifier`)
|
||
|
|
||
|
**Default**: `JS Beautify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `JS Beautify` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for JavaScript
|
||
|
|
||
|
### Language Config - JavaScript - Beautify On Save (`language_js_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify JavaScript files on save
|
||
|
|
||
|
### Language Config - JSON - Disable Beautifying Language (`language_json_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable JSON Beautification
|
||
|
|
||
|
### Language Config - JSON - Default Beautifier (`language_json_default_beautifier`)
|
||
|
|
||
|
**Default**: `JS Beautify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `JS Beautify` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for JSON
|
||
|
|
||
|
### Language Config - JSON - Beautify On Save (`language_json_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify JSON files on save
|
||
|
|
||
|
### Language Config - JSX - Disable Beautifying Language (`language_jsx_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable JSX Beautification
|
||
|
|
||
|
### Language Config - JSX - Default Beautifier (`language_jsx_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for JSX
|
||
|
|
||
|
### Language Config - JSX - Beautify On Save (`language_jsx_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify JSX files on save
|
||
|
|
||
|
### Language Config - LESS - Disable Beautifying Language (`language_less_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable LESS Beautification
|
||
|
|
||
|
### Language Config - LESS - Default Beautifier (`language_less_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `CSScomb` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for LESS
|
||
|
|
||
|
### Language Config - LESS - Beautify On Save (`language_less_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify LESS files on save
|
||
|
|
||
|
### Language Config - Markdown - Disable Beautifying Language (`language_markdown_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Markdown Beautification
|
||
|
|
||
|
### Language Config - Markdown - Default Beautifier (`language_markdown_default_beautifier`)
|
||
|
|
||
|
**Default**: `Tidy Markdown`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Tidy Markdown`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Markdown
|
||
|
|
||
|
### Language Config - Markdown - Beautify On Save (`language_markdown_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Markdown files on save
|
||
|
|
||
|
### Language Config - Marko - Disable Beautifying Language (`language_marko_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Marko Beautification
|
||
|
|
||
|
### Language Config - Marko - Default Beautifier (`language_marko_default_beautifier`)
|
||
|
|
||
|
**Default**: `JS Beautify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `JS Beautify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Marko
|
||
|
|
||
|
### Language Config - Marko - Beautify On Save (`language_marko_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Marko files on save
|
||
|
|
||
|
### Language Config - Mustache - Disable Beautifying Language (`language_mustache_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Mustache Beautification
|
||
|
|
||
|
### Language Config - Mustache - Default Beautifier (`language_mustache_default_beautifier`)
|
||
|
|
||
|
**Default**: `JS Beautify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `JS Beautify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Mustache
|
||
|
|
||
|
### Language Config - Mustache - Beautify On Save (`language_mustache_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Mustache files on save
|
||
|
|
||
|
### Language Config - Objective-C - Disable Beautifying Language (`language_objectivec_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Objective-C Beautification
|
||
|
|
||
|
### Language Config - Objective-C - Default Beautifier (`language_objectivec_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Objective-C
|
||
|
|
||
|
### Language Config - Objective-C - Beautify On Save (`language_objectivec_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Objective-C files on save
|
||
|
|
||
|
### Language Config - Pawn - Disable Beautifying Language (`language_pawn_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Pawn Beautification
|
||
|
|
||
|
### Language Config - Pawn - Default Beautifier (`language_pawn_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Pawn
|
||
|
|
||
|
### Language Config - Pawn - Beautify On Save (`language_pawn_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Pawn files on save
|
||
|
|
||
|
### Language Config - Perl - Disable Beautifying Language (`language_perl_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Perl Beautification
|
||
|
|
||
|
### Language Config - Perl - Default Beautifier (`language_perl_default_beautifier`)
|
||
|
|
||
|
**Default**: `Perltidy`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Perltidy`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Perl
|
||
|
|
||
|
### Language Config - Perl - Beautify On Save (`language_perl_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Perl files on save
|
||
|
|
||
|
### Language Config - PHP - Disable Beautifying Language (`language_php_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable PHP Beautification
|
||
|
|
||
|
### Language Config - PHP - Default Beautifier (`language_php_default_beautifier`)
|
||
|
|
||
|
**Default**: `PHP-CS-Fixer`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `PHP-CS-Fixer`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for PHP
|
||
|
|
||
|
### Language Config - PHP - Beautify On Save (`language_php_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify PHP files on save
|
||
|
|
||
|
### Language Config - Python - Disable Beautifying Language (`language_python_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Python Beautification
|
||
|
|
||
|
### Language Config - Python - Default Beautifier (`language_python_default_beautifier`)
|
||
|
|
||
|
**Default**: `autopep8`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `autopep8`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Python
|
||
|
|
||
|
### Language Config - Python - Beautify On Save (`language_python_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Python files on save
|
||
|
|
||
|
### Language Config - Ruby - Disable Beautifying Language (`language_ruby_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Ruby Beautification
|
||
|
|
||
|
### Language Config - Ruby - Default Beautifier (`language_ruby_default_beautifier`)
|
||
|
|
||
|
**Default**: `Rubocop`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Rubocop` `Ruby Beautify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Ruby
|
||
|
|
||
|
### Language Config - Ruby - Beautify On Save (`language_ruby_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Ruby files on save
|
||
|
|
||
|
### Language Config - Sass - Disable Beautifying Language (`language_sass_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Sass Beautification
|
||
|
|
||
|
### Language Config - Sass - Default Beautifier (`language_sass_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `CSScomb` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Sass
|
||
|
|
||
|
### Language Config - Sass - Beautify On Save (`language_sass_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Sass files on save
|
||
|
|
||
|
### Language Config - SCSS - Disable Beautifying Language (`language_scss_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable SCSS Beautification
|
||
|
|
||
|
### Language Config - SCSS - Default Beautifier (`language_scss_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `CSScomb` `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for SCSS
|
||
|
|
||
|
### Language Config - SCSS - Beautify On Save (`language_scss_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify SCSS files on save
|
||
|
|
||
|
### Language Config - Spacebars - Disable Beautifying Language (`language_spacebars_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Spacebars Beautification
|
||
|
|
||
|
### Language Config - Spacebars - Default Beautifier (`language_spacebars_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Spacebars
|
||
|
|
||
|
### Language Config - Spacebars - Beautify On Save (`language_spacebars_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Spacebars files on save
|
||
|
|
||
|
### Language Config - SQL - Disable Beautifying Language (`language_sql_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable SQL Beautification
|
||
|
|
||
|
### Language Config - SQL - Default Beautifier (`language_sql_default_beautifier`)
|
||
|
|
||
|
**Default**: `sqlformat`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `sqlformat`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for SQL
|
||
|
|
||
|
### Language Config - SQL - Beautify On Save (`language_sql_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify SQL files on save
|
||
|
|
||
|
### Language Config - Swig - Disable Beautifying Language (`language_swig_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Swig Beautification
|
||
|
|
||
|
### Language Config - Swig - Default Beautifier (`language_swig_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Swig
|
||
|
|
||
|
### Language Config - Swig - Beautify On Save (`language_swig_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Swig files on save
|
||
|
|
||
|
### Language Config - TSS - Disable Beautifying Language (`language_tss_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable TSS Beautification
|
||
|
|
||
|
### Language Config - TSS - Default Beautifier (`language_tss_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for TSS
|
||
|
|
||
|
### Language Config - TSS - Beautify On Save (`language_tss_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify TSS files on save
|
||
|
|
||
|
### Language Config - TypeScript - Disable Beautifying Language (`language_typescript_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable TypeScript Beautification
|
||
|
|
||
|
### Language Config - TypeScript - Default Beautifier (`language_typescript_default_beautifier`)
|
||
|
|
||
|
**Default**: `TypeScript Formatter`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `TypeScript Formatter`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for TypeScript
|
||
|
|
||
|
### Language Config - TypeScript - Beautify On Save (`language_typescript_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify TypeScript files on save
|
||
|
|
||
|
### Language Config - Vala - Disable Beautifying Language (`language_vala_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Vala Beautification
|
||
|
|
||
|
### Language Config - Vala - Default Beautifier (`language_vala_default_beautifier`)
|
||
|
|
||
|
**Default**: `Uncrustify`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Uncrustify`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Vala
|
||
|
|
||
|
### Language Config - Vala - Beautify On Save (`language_vala_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Vala files on save
|
||
|
|
||
|
### Language Config - Visualforce - Disable Beautifying Language (`language_visualforce_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable Visualforce Beautification
|
||
|
|
||
|
### Language Config - Visualforce - Default Beautifier (`language_visualforce_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for Visualforce
|
||
|
|
||
|
### Language Config - Visualforce - Beautify On Save (`language_visualforce_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify Visualforce files on save
|
||
|
|
||
|
### Language Config - XML - Disable Beautifying Language (`language_xml_disabled`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Disable XML Beautification
|
||
|
|
||
|
### Language Config - XML - Default Beautifier (`language_xml_default_beautifier`)
|
||
|
|
||
|
**Default**: `Pretty Diff`
|
||
|
|
||
|
**Type**: `string`
|
||
|
|
||
|
**Enum**: `Pretty Diff`
|
||
|
|
||
|
#### Description
|
||
|
Default Beautifier to be used for XML
|
||
|
|
||
|
### Language Config - XML - Beautify On Save (`language_xml_beautify_on_save`)
|
||
|
|
||
|
**Type**: `boolean`
|
||
|
|
||
|
#### Description
|
||
|
Automatically beautify XML files on save
|
||
|
|