2015-06-01 12:52:33 -06:00
# Options
2015-06-01 13:50:09 -06:00
Automatically generated documentation for Atom Beautify's options.
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
## Package Options
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
Configurable options for Atom Beautify.
---
2015-08-31 16:25:40 -06:00
#### [Anonymous Analytics](#anonymous-analytics)
2015-06-01 13:50:09 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 13:50:09 -06:00
**Default**: `true`
**Type**: `boolean`
**Description**:
There is [Segment.io ](https://segment.io/ ) which forwards data to [Google Analytics ](http://www.google.com/analytics/ ) to track what languages are being used the most, as well as other stats. Everything is anonymized and no personal information, such as source code, is sent. See https://github.com/Glavin001/atom-beautify/issues/47 for more details.
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
2015-06-01 13:50:09 -06:00
2015-08-31 16:25:40 -06:00
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Anonymous Analytics*" and change it to your desired configuration.
#### [Analytics User Id](#analytics-user-id)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 13:50:09 -06:00
**Type**: `string`
**Description**:
Unique identifier for this user for tracking usage analytics
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Analytics User Id*" and change it to your desired configuration.
#### [Logger Level](#logger-level)
2015-06-01 13:50:09 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 13:50:09 -06:00
**Default**: `warn`
**Type**: `string`
**Enum**: `verbose` `debug` `info` `warn` `error`
**Description**:
Set the level for the logger
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
2015-06-01 13:50:09 -06:00
2015-08-31 16:25:40 -06:00
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Logger Level*" and change it to your desired configuration.
#### [Beautify Entire File On Save](#beautify-entire-file-on-save)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 13:50:09 -06:00
**Default**: `true`
**Type**: `boolean`
**Description**:
When beautifying on save, use the entire file, even if there is selected text in the editor
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Beautify Entire File On Save*" and change it to your desired configuration.
#### [Mute Unsupported Language Errors](#mute-unsupported-language-errors)
2015-06-01 13:50:09 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 13:50:09 -06:00
**Type**: `boolean`
**Description**:
2015-09-05 06:13:15 -06:00
Do not show "Unsupported Language" errors when they occur
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
2015-06-01 13:50:09 -06:00
2015-08-31 16:25:40 -06:00
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Mute Unsupported Language Errors*" and change it to your desired configuration.
#### [Mute All Errors](#mute-all-errors)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 13:50:09 -06:00
**Type**: `boolean`
**Description**:
Do not show any/all errors when they occur
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Mute All Errors*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
2015-06-01 13:50:09 -06:00
## Language Options
Supported options for each language.
---
2016-02-17 22:54:08 -07:00
#### [Apex - Config Path](#apex---config-path)
**Namespace**: `apex`
**Key**: `configPath`
**Type**: `string`
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
**Example `.jsbeautifyrc` Configuration**
```json
{
"apex": {
"configPath": ""
}
}
```
#### [Arduino - Config Path](#arduino---config-path)
2015-08-05 08:56:11 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `arduino`
**Key**: `configPath`
2015-08-05 08:56:11 -06:00
**Type**: `string`
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"arduino": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [C# - Config Path](#c---config-path)
2015-06-01 13:50:09 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `cs`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"cs": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [C - Config Path](#c---config-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `c`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"c": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [C++ - Config Path](#c---config-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `cpp`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"cpp": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Indent size](#css---indent-size)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_size`
2015-06-01 12:52:33 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Indent char](#css---indent-char)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_char`
2015-06-01 12:52:33 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Selector separator newline](#css---selector-separator-newline)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `selector_separator_newline`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Add a newline between multiple selectors (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"selector_separator_newline": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Newline between rules](#css---newline-between-rules)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `newline_between_rules`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-08 15:34:56 -06:00
Add a newline between CSS rules (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"newline_between_rules": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Preserve newlines](#css---preserve-newlines)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `preserve_newlines`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Retain empty lines. Consecutive empty lines will be converted to a single empty line. (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"preserve_newlines": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Wrap line length](#css---wrap-line-length)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `wrap_line_length`
2015-06-08 15:34:56 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-08 15:34:56 -06:00
**Description**:
Maximum amount of characters per line (0 = disable) (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"wrap_line_length": 0
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Indent comments](#css---indent-comments)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_comments`
2015-06-08 15:34:56 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-08 15:34:56 -06:00
**Description**:
Determines whether comments should be indented. (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_comments": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Force indentation](#css---force-indentation)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `force_indentation`
2015-06-08 15:34:56 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-08 15:34:56 -06:00
**Description**:
2015-11-10 06:05:54 -07:00
if indentation should be forcefully applied to markup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"force_indentation": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Convert quotes](#css---convert-quotes)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `convert_quotes`
2015-06-08 15:34:56 -06:00
**Default**: `none`
**Type**: `string`
**Enum**: `none` `double` `single`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-08 15:34:56 -06:00
**Description**:
Convert the quote characters delimiting strings from either double or single quotes to the other. (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"convert_quotes": "none"
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Align assignments](#css---align-assignments)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `align_assignments`
2015-06-08 15:34:56 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-08 15:34:56 -06:00
**Description**:
If lists of assignments or properties should be vertically aligned for faster and easier reading. (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"align_assignments": false
}
}
```
2015-09-10 13:05:19 -06:00
#### [CSS - No lead zero](#css---no-lead-zero)
**Namespace**: `css`
**Key**: `no_lead_zero`
**Type**: `boolean`
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
**Description**:
If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff)
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"no_lead_zero": false
}
}
```
2015-10-27 19:31:21 -06:00
#### [CSS - comb custom config file](#css---comb-custom-config-file)
**Namespace**: `css`
**Key**: `configPath`
**Type**: `string`
**Supported Beautifiers**: [`CSScomb` ](#csscomb )
**Description**:
Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"configPath": ""
}
}
```
#### [CSS - comb predefined config](#css---comb-predefined-config)
**Namespace**: `css`
**Key**: `predefinedConfig`
**Default**: `csscomb`
**Type**: `string`
**Enum**: `csscomb` `yandex` `zen`
**Supported Beautifiers**: [`CSScomb` ](#csscomb )
**Description**:
Used if neither a project or custom config file exists. (Supported by CSScomb)
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"predefinedConfig": "csscomb"
}
}
```
2015-06-09 09:02:52 -06:00
#### [D - Config Path](#d---config-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `d`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"d": {
"configPath": ""
}
}
```
2015-08-05 09:16:31 -06:00
#### [gherkin - Indent size](#gherkin---indent-size)
2015-08-31 16:25:40 -06:00
**Namespace**: `gherkin`
**Key**: `indent_size`
2015-08-05 09:16:31 -06:00
**Default**: `4`
**Type**: `integer`
**Supported Beautifiers**: [`Gherkin formatter` ](#gherkin-formatter )
**Description**:
Indentation size/length (Supported by Gherkin formatter)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"gherkin": {
"indent_size": 4
}
}
```
2015-08-05 09:16:31 -06:00
#### [gherkin - Indent char](#gherkin---indent-char)
2015-08-31 16:25:40 -06:00
**Namespace**: `gherkin`
**Key**: `indent_char`
2015-08-05 09:16:31 -06:00
**Default**: ` `
**Type**: `string`
**Supported Beautifiers**: [`Gherkin formatter` ](#gherkin-formatter )
**Description**:
Indentation character (Supported by Gherkin formatter)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"gherkin": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [Fortran - Emacs path](#fortran---emacs-path)
2015-06-01 15:29:06 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `fortran`
**Key**: `emacs_path`
2015-06-01 15:29:06 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Fortran Beautifier` ](#fortran-beautifier )
2015-06-08 16:05:03 -06:00
2015-06-01 15:29:06 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Path to the `emacs` executable (Supported by Fortran Beautifier)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"fortran": {
"emacs_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Fortran - Emacs script path](#fortran---emacs-script-path)
2015-06-01 15:29:06 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `fortran`
**Key**: `emacs_script_path`
2015-06-01 15:29:06 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Fortran Beautifier` ](#fortran-beautifier )
2015-06-08 16:05:03 -06:00
2015-06-01 15:29:06 -06:00
**Description**:
Path to the emacs script (Supported by Fortran Beautifier)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"fortran": {
"emacs_script_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent inner html](#html---indent-inner-html)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_inner_html`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Indent < head > and < body > sections. (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_inner_html": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent size](#html---indent-size)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_size`
2015-06-01 12:52:33 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent char](#html---indent-char)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_char`
2015-06-01 12:52:33 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Brace style](#html---brace-style)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `brace_style`
2015-06-01 12:52:33 -06:00
**Default**: `collapse`
**Type**: `string`
**Enum**: `collapse` `expand` `end-expand` `none`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
[collapse|expand|end-expand|none] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"brace_style": "collapse"
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent scripts](#html---indent-scripts)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_scripts`
2015-06-01 12:52:33 -06:00
**Default**: `normal`
**Type**: `string`
**Enum**: `keep` `separate` `normal`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
[keep|separate|normal] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_scripts": "normal"
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Wrap line length](#html---wrap-line-length)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `wrap_line_length`
2015-06-01 12:52:33 -06:00
**Default**: `250`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-08 15:34:56 -06:00
Maximum characters per line (0 disables) (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"wrap_line_length": 250
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Wrap attributes](#html---wrap-attributes)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `wrap_attributes`
2015-06-01 12:52:33 -06:00
**Default**: `auto`
**Type**: `string`
**Enum**: `auto` `force`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Wrap attributes to new lines [auto|force] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"wrap_attributes": "auto"
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Wrap attributes indent size](#html---wrap-attributes-indent-size)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `wrap_attributes_indent_size`
2015-06-01 12:52:33 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indent wrapped attributes to after N characters (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"wrap_attributes_indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Preserve newlines](#html---preserve-newlines)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `preserve_newlines`
2015-06-01 12:52:33 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"preserve_newlines": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Max preserve newlines](#html---max-preserve-newlines)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `max_preserve_newlines`
2015-06-01 12:52:33 -06:00
**Default**: `10`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Number of line-breaks to be preserved in one chunk (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"max_preserve_newlines": 10
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Unformatted](#html---unformatted)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `unformatted`
2015-06-01 12:52:33 -06:00
2016-01-12 11:27:30 -07:00
**Default**: `a,span,img,bdo,em,strong,dfn,code,samp,kbd,var,cite,abbr,acronym,q,sub,sup,tt,i,b,big,small,u,s,strike,font,ins,del,pre,address,dt,h1,h2,h3,h4,h5,h6`
2015-06-01 12:52:33 -06:00
**Type**: `array`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
List of tags (defaults to inline) that should not be reformatted (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"unformatted": [
"a",
2016-01-12 11:27:30 -07:00
"span",
"img",
"bdo",
"em",
"strong",
"dfn",
"code",
"samp",
"kbd",
"var",
"cite",
"abbr",
"acronym",
"q",
2015-08-31 16:25:40 -06:00
"sub",
"sup",
2016-01-12 11:27:30 -07:00
"tt",
2015-08-31 16:25:40 -06:00
"i",
2016-01-12 11:27:30 -07:00
"b",
"big",
"small",
"u",
"s",
"strike",
"font",
"ins",
"del",
"pre",
"address",
"dt",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6"
2015-08-31 16:25:40 -06:00
]
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - End with newline](#html---end-with-newline)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `end_with_newline`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
End output with newline (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"end_with_newline": false
}
}
```
2015-09-08 16:47:30 -06:00
#### [HTML - Extra liners](#html---extra-liners)
**Namespace**: `html`
**Key**: `extra_liners`
**Default**: `head,body,/html`
**Type**: `array`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
**Description**:
List of tags (defaults to [head,body,/html] that should have an extra newline before them. (Supported by JS Beautify)
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"extra_liners": [
"head",
"body",
"/html"
]
}
}
```
2015-06-09 09:02:52 -06:00
#### [Java - Config Path](#java---config-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `java`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"java": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent size](#javascript---indent-size)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_size`
2015-06-01 12:52:33 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent char](#javascript---indent-char)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_char`
2015-06-01 12:52:33 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent level](#javascript---indent-level)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_level`
2015-06-01 12:52:33 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Initial indentation level (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_level": 0
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent with tabs](#javascript---indent-with-tabs)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_with_tabs`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Indentation uses tabs, overrides `Indent Size` and `Indent Char` (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_with_tabs": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Preserve newlines](#javascript---preserve-newlines)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `preserve_newlines`
2015-06-01 12:52:33 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"preserve_newlines": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Max preserve newlines](#javascript---max-preserve-newlines)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `max_preserve_newlines`
2015-06-01 12:52:33 -06:00
**Default**: `10`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Number of line-breaks to be preserved in one chunk (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"max_preserve_newlines": 10
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Space in paren](#javascript---space-in-paren)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `space_in_paren`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Add padding spaces within paren, ie. f( a, b ) (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"space_in_paren": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Jslint happy](#javascript---jslint-happy)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `jslint_happy`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Enable jslint-stricter mode (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"jslint_happy": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Space after anon function](#javascript---space-after-anon-function)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `space_after_anon_function`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-25 06:10:47 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Add a space before an anonymous function's parens, ie. function () (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"space_after_anon_function": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Brace style](#javascript---brace-style)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `brace_style`
2015-06-01 12:52:33 -06:00
**Default**: `collapse`
**Type**: `string`
2016-02-03 11:01:44 -07:00
**Enum**: `collapse` `collapse-preserve-inline` `expand` `end-expand` `none`
2015-06-01 12:52:33 -06:00
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2016-02-03 11:01:44 -07:00
[collapse|collapse-preserve-inline|expand|end-expand|none] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"brace_style": "collapse"
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Break chained methods](#javascript---break-chained-methods)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `break_chained_methods`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-10-07 17:57:56 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-10-07 17:57:56 -06:00
Break chained method calls across subsequent lines (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"break_chained_methods": false
}
}
```
2015-12-30 08:58:47 -07:00
#### [JavaScript - Preserve Ternary On Single Line](#javascript---preserve-ternary-lines)
**Namespace**: `js`
**Key**: `preserve_ternary_lines`
**Type**: `boolean`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
**Description**:
Preserve ternary methods on a single line (Supported by JS Beautify, Pretty Diff)
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"preserve_ternary_lines": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Keep array indentation](#javascript---keep-array-indentation)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `keep_array_indentation`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Preserve array indentation (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"keep_array_indentation": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Keep function indentation](#javascript---keep-function-indentation)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `keep_function_indentation`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
(Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"keep_function_indentation": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Space before conditional](#javascript---space-before-conditional)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `space_before_conditional`
2015-06-01 12:52:33 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
(Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"space_before_conditional": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Eval code](#javascript---eval-code)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `eval_code`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
(Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"eval_code": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Unescape strings](#javascript---unescape-strings)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `unescape_strings`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Decode printable characters encoded in xNN notation (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"unescape_strings": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Wrap line length](#javascript---wrap-line-length)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `wrap_line_length`
2015-06-01 12:52:33 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-08 15:34:56 -06:00
Wrap lines at next opportunity after N characters (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"wrap_line_length": 0
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - End with newline](#javascript---end-with-newline)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `end_with_newline`
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
End output with newline (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"end_with_newline": false
}
}
```
2015-09-10 13:08:58 -06:00
#### [JavaScript - End with comma](#javascript---end-with-comma)
**Namespace**: `js`
**Key**: `end_with_comma`
**Type**: `boolean`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
**Description**:
If a terminating comma should be inserted into arrays, object literals, and destructured objects. (Supported by JS Beautify, Pretty Diff)
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"end_with_comma": false
}
}
```
2016-01-28 05:11:09 -07:00
#### [Markdown - Gfm](#markdown---gfm)
**Namespace**: `markdown`
**Key**: `gfm`
**Default**: `true`
**Type**: `boolean`
**Supported Beautifiers**: [`Remark` ](#remark )
**Description**:
GitHub Flavoured Markdown (Supported by Remark)
**Example `.jsbeautifyrc` Configuration**
```json
{
"markdown": {
"gfm": true
}
}
```
#### [Markdown - Yaml](#markdown---yaml)
**Namespace**: `markdown`
**Key**: `yaml`
**Default**: `true`
**Type**: `boolean`
**Supported Beautifiers**: [`Remark` ](#remark )
**Description**:
Enables raw YAML front matter to be detected (thus ignoring markdown-like syntax). (Supported by Remark)
**Example `.jsbeautifyrc` Configuration**
```json
{
"markdown": {
"yaml": true
}
}
```
#### [Markdown - Commonmark](#markdown---commonmark)
**Namespace**: `markdown`
**Key**: `commonmark`
**Type**: `boolean`
**Supported Beautifiers**: [`Remark` ](#remark )
**Description**:
Allows and disallows several constructs. (Supported by Remark)
**Example `.jsbeautifyrc` Configuration**
```json
{
"markdown": {
"commonmark": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [Objective-C - Config Path](#objective-c---config-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `objectivec`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"objectivec": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Pawn - Config Path](#pawn---config-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `pawn`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"pawn": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Perl - Perltidy profile](#perl---perltidy-profile)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `perl`
**Key**: `perltidy_profile`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Perltidy` ](#perltidy )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Specify a configuration file which will override the default name of .perltidyrc (Supported by Perltidy)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"perl": {
"perltidy_profile": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [PHP - PHP-CS-Fixer Path](#php---php-cs-fixer-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `php`
**Key**: `cs_fixer_path`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Path to the `php-cs-fixer` CLI executable (Supported by PHP-CS-Fixer)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"cs_fixer_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [PHP - Fixers](#php---fixers)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `php`
**Key**: `fixers`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Add fixer(s). i.e. linefeed,-short_tag,indentation (Supported by PHP-CS-Fixer)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"fixers": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [PHP - Level](#php---level)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `php`
**Key**: `level`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
By default, all PSR-2 fixers and some additional ones are run. (Supported by PHP-CS-Fixer)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"level": ""
}
}
```
2016-01-13 09:05:57 -07:00
#### [PHP - PHPCBF Path](#php---phpcbf-path)
**Namespace**: `php`
**Key**: `phpcbf_path`
**Type**: `string`
2016-01-28 05:11:09 -07:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer ) [`PHPCBF` ](#phpcbf )
2016-01-13 09:05:57 -07:00
**Description**:
2016-01-28 05:11:09 -07:00
Path to the `phpcbf` CLI executable (Supported by PHP-CS-Fixer, PHPCBF)
2016-01-13 09:05:57 -07:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"phpcbf_path": ""
}
}
```
#### [PHP - PHPCBF Standard](#php---phpcbf-standard)
**Namespace**: `php`
**Key**: `standard`
**Type**: `string`
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer ) [`PHPCBF` ](#phpcbf )
**Description**:
Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS rules (Supported by PHP-CS-Fixer, PHPCBF)
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"standard": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Python - Max line length](#python---max-line-length)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `python`
**Key**: `max_line_length`
2015-06-01 12:52:33 -06:00
**Default**: `79`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
set maximum allowed line length (Supported by autopep8)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"max_line_length": 79
}
}
```
2015-06-09 09:02:52 -06:00
#### [Python - Indent size](#python---indent-size)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `python`
**Key**: `indent_size`
2015-06-01 12:52:33 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation size/length (Supported by autopep8)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [Python - Ignore](#python---ignore)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `python`
**Key**: `ignore`
2015-06-01 12:52:33 -06:00
**Default**: `E24`
**Type**: `array`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
do not fix these errors/warnings (Supported by autopep8)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"ignore": [
"E24"
]
}
}
```
2015-12-10 18:40:30 -07:00
#### [Python - Sort imports](#python---sort-imports)
**Namespace**: `python`
**Key**: `sort_imports`
**Type**: `boolean`
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
**Description**:
sort imports (requires isort installed) (Supported by autopep8)
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"sort_imports": false
}
}
```
2015-06-10 10:57:47 -06:00
#### [Ruby - Indent size](#ruby---indent-size)
2015-08-31 16:25:40 -06:00
**Namespace**: `ruby`
**Key**: `indent_size`
2015-06-10 10:57:47 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-10 16:20:08 -06:00
**Supported Beautifiers**: [`Rubocop` ](#rubocop ) [`Ruby Beautify` ](#ruby-beautify )
2015-06-10 10:57:47 -06:00
**Description**:
2015-06-10 16:20:08 -06:00
Indentation size/length (Supported by Rubocop, Ruby Beautify)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"ruby": {
"indent_size": 4
}
}
```
2015-11-22 18:52:31 -07:00
#### [Ruby - Rubocop Path](#ruby---rubocop-path)
**Namespace**: `ruby`
**Key**: `rubocop_path`
**Type**: `string`
**Supported Beautifiers**: [`Rubocop` ](#rubocop )
**Description**:
Path to the `rubocop` CLI executable (Supported by Rubocop)
**Example `.jsbeautifyrc` Configuration**
```json
{
"ruby": {
"rubocop_path": ""
}
}
```
2015-06-10 16:20:08 -06:00
#### [Ruby - Indent char](#ruby---indent-char)
2015-08-31 16:25:40 -06:00
**Namespace**: `ruby`
**Key**: `indent_char`
2015-06-10 16:20:08 -06:00
**Default**: ` `
**Type**: `string`
**Enum**: ` ` ` `
**Supported Beautifiers**: [`Ruby Beautify` ](#ruby-beautify )
**Description**:
Indentation character (Supported by Ruby Beautify)
2015-06-10 10:57:47 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"ruby": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [Rust - Rustfmt path](#rust---rustfmt-path)
2015-06-06 10:45:56 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `rust`
**Key**: `rustfmt_path`
2015-06-06 10:45:56 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`rustfmt` ](#rustfmt )
2015-06-08 16:05:03 -06:00
2015-06-06 10:45:56 -06:00
**Description**:
Path to rustfmt program (Supported by rustfmt)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"rust": {
"rustfmt_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [SQL - Indent size](#sql---indent-size)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `sql`
**Key**: `indent_size`
2015-06-01 12:52:33 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`sqlformat` ](#sqlformat )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Indentation size/length (Supported by sqlformat)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"sql": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [SQL - Keywords](#sql---keywords)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `sql`
**Key**: `keywords`
2015-06-01 12:52:33 -06:00
**Default**: `upper`
**Type**: `string`
**Enum**: `lower` `upper` `capitalize`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`sqlformat` ](#sqlformat )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Change case of keywords (Supported by sqlformat)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"sql": {
"keywords": "upper"
}
}
```
2015-06-09 09:02:52 -06:00
#### [SQL - Identifiers](#sql---identifiers)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `sql`
**Key**: `identifiers`
2015-06-01 12:52:33 -06:00
**Default**: `lower`
**Type**: `string`
**Enum**: `lower` `upper` `capitalize`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`sqlformat` ](#sqlformat )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Change case of identifiers (Supported by sqlformat)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"sql": {
"identifiers": "lower"
}
}
```
2015-06-09 09:02:52 -06:00
#### [Vala - Config Path](#vala---config-path)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `vala`
**Key**: `configPath`
2015-06-01 12:52:33 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"vala": {
"configPath": ""
}
}
```
2015-08-05 08:56:11 -06:00
#### [Language Config - Arduino - Disable Beautifying Language](#language-config---arduino---disable-beautifying-language)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 08:56:11 -06:00
**Type**: `boolean`
**Description**:
Disable Arduino Beautification
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Arduino - Disable Beautifying Language*" and change it to your desired configuration.
2015-08-05 08:56:11 -06:00
#### [Language Config - Arduino - Default Beautifier](#language-config---arduino---default-beautifier)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 08:56:11 -06:00
**Default**: `Uncrustify`
**Type**: `string`
**Enum**: `Uncrustify`
**Description**:
Default Beautifier to be used for Arduino
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Arduino - Default Beautifier*" and change it to your desired configuration.
2015-08-05 08:56:11 -06:00
#### [Language Config - Arduino - Beautify On Save](#language-config---arduino---beautify-on-save)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 08:56:11 -06:00
**Type**: `boolean`
**Description**:
Automatically beautify Arduino files on save
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Arduino - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C# - Disable Beautifying Language](#language-config---c---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable C# Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C# - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C# - Default Beautifier](#language-config---c---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
**Enum**: `Uncrustify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for C#
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C# - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C# - Beautify On Save](#language-config---c---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify C# files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C# - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C - Disable Beautifying Language](#language-config---c---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable C Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C - Default Beautifier](#language-config---c---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
2015-10-29 20:36:40 -06:00
**Enum**: `Uncrustify` `clang-format`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for C
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C - Beautify On Save](#language-config---c---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify C files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CoffeeScript - Disable Beautifying Language](#language-config---coffeescript---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable CoffeeScript Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CoffeeScript - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CoffeeScript - Default Beautifier](#language-config---coffeescript---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `coffee-fmt`
**Type**: `string`
**Enum**: `Coffee Formatter` `coffee-fmt`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for CoffeeScript
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CoffeeScript - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CoffeeScript - Beautify On Save](#language-config---coffeescript---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify CoffeeScript files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CoffeeScript - Beautify On Save*" and change it to your desired configuration.
2015-12-18 11:30:07 -07:00
#### [Language Config - Coldfusion - Disable Beautifying Language](#language-config---coldfusion---disable-beautifying-language)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Type**: `boolean`
**Description**:
Disable Coldfusion Beautification
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Coldfusion - Disable Beautifying Language*" and change it to your desired configuration.
#### [Language Config - Coldfusion - Default Beautifier](#language-config---coldfusion---default-beautifier)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
**Description**:
Default Beautifier to be used for Coldfusion
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Coldfusion - Default Beautifier*" and change it to your desired configuration.
#### [Language Config - Coldfusion - Beautify On Save](#language-config---coldfusion---beautify-on-save)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Type**: `boolean`
**Description**:
Automatically beautify Coldfusion files on save
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Coldfusion - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C++ - Disable Beautifying Language](#language-config---c---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable C++ Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C++ - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C++ - Default Beautifier](#language-config---c---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
2015-10-29 20:36:40 -06:00
**Enum**: `Uncrustify` `clang-format`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for C++
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C++ - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - C++ - Beautify On Save](#language-config---c---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify C++ files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - C++ - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CSS - Disable Beautifying Language](#language-config---css---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable CSS Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CSS - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CSS - Default Beautifier](#language-config---css---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `JS Beautify`
**Type**: `string`
**Enum**: `CSScomb` `JS Beautify` `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for CSS
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CSS - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CSS - Beautify On Save](#language-config---css---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify CSS files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CSS - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CSV - Disable Beautifying Language](#language-config---csv---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable CSV Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CSV - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CSV - Default Beautifier](#language-config---csv---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for CSV
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CSV - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - CSV - Beautify On Save](#language-config---csv---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify CSV files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - CSV - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - D - Disable Beautifying Language](#language-config---d---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable D Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - D - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - D - Default Beautifier](#language-config---d---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
**Enum**: `Uncrustify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for D
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - D - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - D - Beautify On Save](#language-config---d---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify D files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - D - Beautify On Save*" and change it to your desired configuration.
#### [Language Config - EJS - Disable Beautifying Language](#language-config---ejs---disable-beautifying-language)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable EJS Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - EJS - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - EJS - Default Beautifier](#language-config---ejs---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for EJS
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - EJS - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - EJS - Beautify On Save](#language-config---ejs---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify EJS files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - EJS - Beautify On Save*" and change it to your desired configuration.
2015-12-10 20:04:11 -07:00
#### [Language Config - Elm - Disable Beautifying Language](#language-config---elm---disable-beautifying-language)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Type**: `boolean`
**Description**:
Disable Elm Beautification
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Elm - Disable Beautifying Language*" and change it to your desired configuration.
#### [Language Config - Elm - Default Beautifier](#language-config---elm---default-beautifier)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Default**: `elm-format`
**Type**: `string`
**Enum**: `elm-format`
**Description**:
Default Beautifier to be used for Elm
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Elm - Default Beautifier*" and change it to your desired configuration.
#### [Language Config - Elm - Beautify On Save](#language-config---elm---beautify-on-save)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Type**: `boolean`
**Description**:
Automatically beautify Elm files on save
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Elm - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - ERB - Disable Beautifying Language](#language-config---erb---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable ERB Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - ERB - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - ERB - Default Beautifier](#language-config---erb---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
2015-06-25 06:06:05 -06:00
**Default**: `Pretty Diff`
2015-06-01 12:52:33 -06:00
**Type**: `string`
**Enum**: `HTML Beautifier` `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for ERB
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - ERB - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - ERB - Beautify On Save](#language-config---erb---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify ERB files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - ERB - Beautify On Save*" and change it to your desired configuration.
2015-08-05 09:16:31 -06:00
#### [Language Config - gherkin - Disable Beautifying Language](#language-config---gherkin---disable-beautifying-language)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 09:16:31 -06:00
**Type**: `boolean`
**Description**:
Disable gherkin Beautification
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - gherkin - Disable Beautifying Language*" and change it to your desired configuration.
2015-08-05 09:16:31 -06:00
#### [Language Config - gherkin - Default Beautifier](#language-config---gherkin---default-beautifier)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 09:16:31 -06:00
**Default**: `Gherkin formatter`
**Type**: `string`
**Enum**: `Gherkin formatter`
**Description**:
Default Beautifier to be used for gherkin
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - gherkin - Default Beautifier*" and change it to your desired configuration.
2015-08-05 09:16:31 -06:00
#### [Language Config - gherkin - Beautify On Save](#language-config---gherkin---beautify-on-save)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 09:16:31 -06:00
**Type**: `boolean`
**Description**:
Automatically beautify gherkin files on save
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - gherkin - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Go - Disable Beautifying Language](#language-config---go---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Go Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Go - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Go - Default Beautifier](#language-config---go---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `gofmt`
**Type**: `string`
**Enum**: `gofmt`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Go
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Go - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Go - Beautify On Save](#language-config---go---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Go files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Go - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Fortran - Disable Beautifying Language](#language-config---fortran---disable-beautifying-language)
2015-06-01 15:29:06 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 15:29:06 -06:00
**Type**: `boolean`
**Description**:
Disable Fortran Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Fortran - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Fortran - Default Beautifier](#language-config---fortran---default-beautifier)
2015-06-01 15:29:06 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 15:29:06 -06:00
**Default**: `Fortran Beautifier`
**Type**: `string`
**Enum**: `Fortran Beautifier`
**Description**:
Default Beautifier to be used for Fortran
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Fortran - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Fortran - Beautify On Save](#language-config---fortran---beautify-on-save)
2015-06-01 15:29:06 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 15:29:06 -06:00
**Type**: `boolean`
**Description**:
Automatically beautify Fortran files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Fortran - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Handlebars - Disable Beautifying Language](#language-config---handlebars---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Handlebars Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Handlebars - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Handlebars - Default Beautifier](#language-config---handlebars---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `JS Beautify`
**Type**: `string`
**Enum**: `JS Beautify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Handlebars
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Handlebars - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Handlebars - Beautify On Save](#language-config---handlebars---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Handlebars files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Handlebars - Beautify On Save*" and change it to your desired configuration.
2015-10-29 20:36:40 -06:00
#### [Language Config - Haskell - Disable Beautifying Language](#language-config---haskell---disable-beautifying-language)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Type**: `boolean`
**Description**:
Disable Haskell Beautification
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Haskell - Disable Beautifying Language*" and change it to your desired configuration.
#### [Language Config - Haskell - Default Beautifier](#language-config---haskell---default-beautifier)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Default**: `stylish-haskell`
**Type**: `string`
**Enum**: `stylish-haskell`
**Description**:
Default Beautifier to be used for Haskell
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Haskell - Default Beautifier*" and change it to your desired configuration.
#### [Language Config - Haskell - Beautify On Save](#language-config---haskell---beautify-on-save)
**Important**: This option is only configurable from within Atom Beautify's setting panel.
**Type**: `boolean`
**Description**:
Automatically beautify Haskell files on save
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Haskell - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - HTML - Disable Beautifying Language](#language-config---html---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable HTML Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - HTML - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - HTML - Default Beautifier](#language-config---html---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `JS Beautify`
**Type**: `string`
**Enum**: `JS Beautify` `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for HTML
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - HTML - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - HTML - Beautify On Save](#language-config---html---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify HTML files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - HTML - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Java - Disable Beautifying Language](#language-config---java---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Java Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Java - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Java - Default Beautifier](#language-config---java---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
**Enum**: `Uncrustify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Java
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Java - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Java - Beautify On Save](#language-config---java---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Java files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Java - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JavaScript - Disable Beautifying Language](#language-config---javascript---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable JavaScript Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JavaScript - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JavaScript - Default Beautifier](#language-config---javascript---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `JS Beautify`
**Type**: `string`
2015-08-05 08:56:11 -06:00
**Enum**: `JS Beautify` `JSCS Fixer` `Pretty Diff`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for JavaScript
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JavaScript - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JavaScript - Beautify On Save](#language-config---javascript---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify JavaScript files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JavaScript - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JSON - Disable Beautifying Language](#language-config---json---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable JSON Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JSON - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JSON - Default Beautifier](#language-config---json---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `JS Beautify`
**Type**: `string`
**Enum**: `JS Beautify` `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for JSON
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JSON - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JSON - Beautify On Save](#language-config---json---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify JSON files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JSON - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JSX - Disable Beautifying Language](#language-config---jsx---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable JSX Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JSX - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JSX - Default Beautifier](#language-config---jsx---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for JSX
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JSX - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - JSX - Beautify On Save](#language-config---jsx---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify JSX files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - JSX - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - LESS - Disable Beautifying Language](#language-config---less---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable LESS Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - LESS - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - LESS - Default Beautifier](#language-config---less---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `CSScomb` `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for LESS
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - LESS - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - LESS - Beautify On Save](#language-config---less---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify LESS files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - LESS - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Markdown - Disable Beautifying Language](#language-config---markdown---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Markdown Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Markdown - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Markdown - Default Beautifier](#language-config---markdown---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Tidy Markdown`
**Type**: `string`
2016-01-28 05:11:09 -07:00
**Enum**: `Remark` `Tidy Markdown`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Markdown
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Markdown - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Markdown - Beautify On Save](#language-config---markdown---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Markdown files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Markdown - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Marko - Disable Beautifying Language](#language-config---marko---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Marko Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Marko - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Marko - Default Beautifier](#language-config---marko---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `JS Beautify`
**Type**: `string`
**Enum**: `JS Beautify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Marko
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Marko - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Marko - Beautify On Save](#language-config---marko---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Marko files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Marko - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Mustache - Disable Beautifying Language](#language-config---mustache---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Mustache Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Mustache - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Mustache - Default Beautifier](#language-config---mustache---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `JS Beautify`
**Type**: `string`
**Enum**: `JS Beautify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Mustache
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Mustache - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Mustache - Beautify On Save](#language-config---mustache---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Mustache files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Mustache - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Objective-C - Disable Beautifying Language](#language-config---objective-c---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Objective-C Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Objective-C - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Objective-C - Default Beautifier](#language-config---objective-c---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
2015-10-29 20:36:40 -06:00
**Enum**: `Uncrustify` `clang-format`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Objective-C
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Objective-C - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Objective-C - Beautify On Save](#language-config---objective-c---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Objective-C files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Objective-C - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Pawn - Disable Beautifying Language](#language-config---pawn---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Pawn Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Pawn - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Pawn - Default Beautifier](#language-config---pawn---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
**Enum**: `Uncrustify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Pawn
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Pawn - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Pawn - Beautify On Save](#language-config---pawn---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Pawn files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Pawn - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Perl - Disable Beautifying Language](#language-config---perl---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Perl Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Perl - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Perl - Default Beautifier](#language-config---perl---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Perltidy`
**Type**: `string`
**Enum**: `Perltidy`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Perl
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Perl - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Perl - Beautify On Save](#language-config---perl---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Perl files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Perl - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - PHP - Disable Beautifying Language](#language-config---php---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable PHP Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - PHP - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - PHP - Default Beautifier](#language-config---php---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `PHP-CS-Fixer`
**Type**: `string`
2016-01-13 09:05:57 -07:00
**Enum**: `PHP-CS-Fixer` `PHPCBF`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for PHP
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - PHP - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - PHP - Beautify On Save](#language-config---php---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify PHP files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - PHP - Beautify On Save*" and change it to your desired configuration.
2015-08-05 09:16:31 -06:00
#### [Language Config - Puppet - Disable Beautifying Language](#language-config---puppet---disable-beautifying-language)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 09:16:31 -06:00
**Type**: `boolean`
**Description**:
Disable Puppet Beautification
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Puppet - Disable Beautifying Language*" and change it to your desired configuration.
2015-08-05 09:16:31 -06:00
#### [Language Config - Puppet - Default Beautifier](#language-config---puppet---default-beautifier)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 09:16:31 -06:00
**Default**: `puppet-lint`
**Type**: `string`
**Enum**: `puppet-lint`
**Description**:
Default Beautifier to be used for Puppet
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Puppet - Default Beautifier*" and change it to your desired configuration.
2015-08-05 09:16:31 -06:00
#### [Language Config - Puppet - Beautify On Save](#language-config---puppet---beautify-on-save)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 09:16:31 -06:00
**Type**: `boolean`
**Description**:
Automatically beautify Puppet files on save
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Puppet - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Python - Disable Beautifying Language](#language-config---python---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Python Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Python - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Python - Default Beautifier](#language-config---python---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `autopep8`
**Type**: `string`
2015-10-29 20:36:40 -06:00
**Enum**: `autopep8` `yapf`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Python
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Python - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Python - Beautify On Save](#language-config---python---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Python files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Python - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Ruby - Disable Beautifying Language](#language-config---ruby---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Ruby Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Ruby - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Ruby - Default Beautifier](#language-config---ruby---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Rubocop`
**Type**: `string`
**Enum**: `Rubocop` `Ruby Beautify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Ruby
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Ruby - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Ruby - Beautify On Save](#language-config---ruby---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Ruby files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Ruby - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Rust - Disable Beautifying Language](#language-config---rust---disable-beautifying-language)
2015-06-06 10:45:56 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-06 10:45:56 -06:00
**Type**: `boolean`
**Description**:
Disable Rust Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Rust - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Rust - Default Beautifier](#language-config---rust---default-beautifier)
2015-06-06 10:45:56 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-06 10:45:56 -06:00
**Default**: `rustfmt`
**Type**: `string`
**Enum**: `rustfmt`
**Description**:
Default Beautifier to be used for Rust
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Rust - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Rust - Beautify On Save](#language-config---rust---beautify-on-save)
2015-06-06 10:45:56 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-06 10:45:56 -06:00
**Type**: `boolean`
**Description**:
Automatically beautify Rust files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Rust - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Sass - Disable Beautifying Language](#language-config---sass---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Sass Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Sass - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Sass - Default Beautifier](#language-config---sass---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `CSScomb` `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Sass
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Sass - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Sass - Beautify On Save](#language-config---sass---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Sass files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Sass - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - SCSS - Disable Beautifying Language](#language-config---scss---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable SCSS Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SCSS - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - SCSS - Default Beautifier](#language-config---scss---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `CSScomb` `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for SCSS
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SCSS - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - SCSS - Beautify On Save](#language-config---scss---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify SCSS files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SCSS - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Spacebars - Disable Beautifying Language](#language-config---spacebars---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Spacebars Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Spacebars - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Spacebars - Default Beautifier](#language-config---spacebars---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Spacebars
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Spacebars - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Spacebars - Beautify On Save](#language-config---spacebars---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Spacebars files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Spacebars - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - SQL - Disable Beautifying Language](#language-config---sql---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable SQL Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SQL - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - SQL - Default Beautifier](#language-config---sql---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `sqlformat`
**Type**: `string`
**Enum**: `sqlformat`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for SQL
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SQL - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - SQL - Beautify On Save](#language-config---sql---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify SQL files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SQL - Beautify On Save*" and change it to your desired configuration.
2015-08-05 08:56:11 -06:00
#### [Language Config - SVG - Disable Beautifying Language](#language-config---svg---disable-beautifying-language)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 08:56:11 -06:00
**Type**: `boolean`
**Description**:
Disable SVG Beautification
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SVG - Disable Beautifying Language*" and change it to your desired configuration.
2015-08-05 08:56:11 -06:00
#### [Language Config - SVG - Default Beautifier](#language-config---svg---default-beautifier)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 08:56:11 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
**Description**:
Default Beautifier to be used for SVG
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SVG - Default Beautifier*" and change it to your desired configuration.
2015-08-05 08:56:11 -06:00
#### [Language Config - SVG - Beautify On Save](#language-config---svg---beautify-on-save)
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-08-05 08:56:11 -06:00
**Type**: `boolean`
**Description**:
Automatically beautify SVG files on save
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - SVG - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Swig - Disable Beautifying Language](#language-config---swig---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Swig Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Swig - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Swig - Default Beautifier](#language-config---swig---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Swig
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Swig - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Swig - Beautify On Save](#language-config---swig---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Swig files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Swig - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - TSS - Disable Beautifying Language](#language-config---tss---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable TSS Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - TSS - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - TSS - Default Beautifier](#language-config---tss---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for TSS
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - TSS - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - TSS - Beautify On Save](#language-config---tss---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify TSS files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - TSS - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Twig - Disable Beautifying Language](#language-config---twig---disable-beautifying-language)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-08 15:34:56 -06:00
**Type**: `boolean`
**Description**:
Disable Twig Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Twig - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Twig - Default Beautifier](#language-config---twig---default-beautifier)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-08 15:34:56 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
**Description**:
Default Beautifier to be used for Twig
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Twig - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Twig - Beautify On Save](#language-config---twig---beautify-on-save)
2015-06-08 15:34:56 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-08 15:34:56 -06:00
**Type**: `boolean`
**Description**:
Automatically beautify Twig files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Twig - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - TypeScript - Disable Beautifying Language](#language-config---typescript---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable TypeScript Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - TypeScript - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - TypeScript - Default Beautifier](#language-config---typescript---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `TypeScript Formatter`
**Type**: `string`
**Enum**: `TypeScript Formatter`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for TypeScript
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - TypeScript - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - TypeScript - Beautify On Save](#language-config---typescript---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify TypeScript files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - TypeScript - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Vala - Disable Beautifying Language](#language-config---vala---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Vala Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Vala - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Vala - Default Beautifier](#language-config---vala---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Uncrustify`
**Type**: `string`
**Enum**: `Uncrustify`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Vala
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Vala - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Vala - Beautify On Save](#language-config---vala---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Vala files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Vala - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Visualforce - Disable Beautifying Language](#language-config---visualforce---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable Visualforce Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Visualforce - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Visualforce - Default Beautifier](#language-config---visualforce---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
**Enum**: `Pretty Diff`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for Visualforce
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Visualforce - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - Visualforce - Beautify On Save](#language-config---visualforce---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Automatically beautify Visualforce files on save
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - Visualforce - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - XML - Disable Beautifying Language](#language-config---xml---disable-beautifying-language)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Disable XML Beautification
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - XML - Disable Beautifying Language*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - XML - Default Beautifier](#language-config---xml---default-beautifier)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Default**: `Pretty Diff`
**Type**: `string`
2015-06-10 10:57:47 -06:00
**Enum**: `JS Beautify` `Pretty Diff`
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
Default Beautifier to be used for XML
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - XML - Default Beautifier*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
#### [Language Config - XML - Beautify On Save](#language-config---xml---beautify-on-save)
2015-06-01 12:52:33 -06:00
2015-08-31 16:25:40 -06:00
**Important**: This option is only configurable from within Atom Beautify's setting panel.
2015-06-01 12:52:33 -06:00
**Type**: `boolean`
2015-06-01 13:50:09 -06:00
**Description**:
2015-06-01 12:52:33 -06:00
2015-06-01 13:50:09 -06:00
Automatically beautify XML files on save
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**How to Configure**
1. You can open the [Settings View ](https://github.com/atom/settings-view ) by navigating to
*Edit > Preferences (Linux)*, *Atom > Preferences (OS X)* , or *File > Preferences (Windows)* .
2. Go into *Packages* and search for "*Atom Beautify*" package.
3. Find the option "*Language Config - XML - Beautify On Save*" and change it to your desired configuration.
2015-06-09 09:02:52 -06:00
2015-06-08 16:05:03 -06:00
## Beautifier Options
Supported options for each beautifier.
---
### Uncrustify
2015-08-05 08:56:11 -06:00
#### [Arduino - Config Path](#arduino---config-path)
2015-08-31 16:25:40 -06:00
**Namespace**: `arduino`
**Key**: `configPath`
2015-08-05 08:56:11 -06:00
**Type**: `string`
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"arduino": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [C# - Config Path](#c---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `cs`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"cs": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [C - Config Path](#c---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `c`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"c": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [C++ - Config Path](#c---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `cpp`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"cpp": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [D - Config Path](#d---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `d`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"d": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Java - Config Path](#java---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `java`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"java": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Objective-C - Config Path](#objective-c---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `objectivec`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"objectivec": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Pawn - Config Path](#pawn---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `pawn`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"pawn": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Vala - Config Path](#vala---config-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `vala`
**Key**: `configPath`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Uncrustify` ](#uncrustify )
2015-06-08 16:05:03 -06:00
**Description**:
Path to uncrustify config file. i.e. uncrustify.cfg (Supported by Uncrustify)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"vala": {
"configPath": ""
}
}
```
2015-06-09 09:02:52 -06:00
2015-06-08 16:05:03 -06:00
### JS Beautify
2015-06-09 09:02:52 -06:00
#### [CSS - Indent size](#css---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Indent char](#css---indent-char)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_char`
2015-06-08 16:05:03 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Selector separator newline](#css---selector-separator-newline)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `selector_separator_newline`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Add a newline between multiple selectors (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"selector_separator_newline": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Newline between rules](#css---newline-between-rules)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `newline_between_rules`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Add a newline between CSS rules (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"newline_between_rules": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Preserve newlines](#css---preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `preserve_newlines`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Retain empty lines. Consecutive empty lines will be converted to a single empty line. (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"preserve_newlines": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Wrap line length](#css---wrap-line-length)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `wrap_line_length`
2015-06-08 16:05:03 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Maximum amount of characters per line (0 = disable) (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"wrap_line_length": 0
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent inner html](#html---indent-inner-html)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_inner_html`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Indent < head > and < body > sections. (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_inner_html": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent size](#html---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent char](#html---indent-char)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_char`
2015-06-08 16:05:03 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Brace style](#html---brace-style)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `brace_style`
2015-06-08 16:05:03 -06:00
**Default**: `collapse`
**Type**: `string`
**Enum**: `collapse` `expand` `end-expand` `none`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
[collapse|expand|end-expand|none] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"brace_style": "collapse"
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent scripts](#html---indent-scripts)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_scripts`
2015-06-08 16:05:03 -06:00
**Default**: `normal`
**Type**: `string`
**Enum**: `keep` `separate` `normal`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
[keep|separate|normal] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_scripts": "normal"
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Wrap line length](#html---wrap-line-length)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `wrap_line_length`
2015-06-08 16:05:03 -06:00
**Default**: `250`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Maximum characters per line (0 disables) (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"wrap_line_length": 250
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Wrap attributes](#html---wrap-attributes)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `wrap_attributes`
2015-06-08 16:05:03 -06:00
**Default**: `auto`
**Type**: `string`
**Enum**: `auto` `force`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Wrap attributes to new lines [auto|force] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"wrap_attributes": "auto"
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Wrap attributes indent size](#html---wrap-attributes-indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `wrap_attributes_indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Indent wrapped attributes to after N characters (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"wrap_attributes_indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Preserve newlines](#html---preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `preserve_newlines`
2015-06-08 16:05:03 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"preserve_newlines": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Max preserve newlines](#html---max-preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `max_preserve_newlines`
2015-06-08 16:05:03 -06:00
**Default**: `10`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Number of line-breaks to be preserved in one chunk (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"max_preserve_newlines": 10
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Unformatted](#html---unformatted)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `unformatted`
2015-06-08 16:05:03 -06:00
2016-01-12 11:27:30 -07:00
**Default**: `a,span,img,bdo,em,strong,dfn,code,samp,kbd,var,cite,abbr,acronym,q,sub,sup,tt,i,b,big,small,u,s,strike,font,ins,del,pre,address,dt,h1,h2,h3,h4,h5,h6`
2015-06-08 16:05:03 -06:00
**Type**: `array`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
List of tags (defaults to inline) that should not be reformatted (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"unformatted": [
"a",
2016-01-12 11:27:30 -07:00
"span",
"img",
"bdo",
"em",
"strong",
"dfn",
"code",
"samp",
"kbd",
"var",
"cite",
"abbr",
"acronym",
"q",
2015-08-31 16:25:40 -06:00
"sub",
"sup",
2016-01-12 11:27:30 -07:00
"tt",
2015-08-31 16:25:40 -06:00
"i",
2016-01-12 11:27:30 -07:00
"b",
"big",
"small",
"u",
"s",
"strike",
"font",
"ins",
"del",
"pre",
"address",
"dt",
"h1",
"h2",
"h3",
"h4",
"h5",
"h6"
2015-08-31 16:25:40 -06:00
]
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - End with newline](#html---end-with-newline)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `end_with_newline`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
End output with newline (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"end_with_newline": false
}
}
```
2015-09-08 16:47:30 -06:00
#### [HTML - Extra liners](#html---extra-liners)
**Namespace**: `html`
**Key**: `extra_liners`
**Default**: `head,body,/html`
**Type**: `array`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
**Description**:
List of tags (defaults to [head,body,/html] that should have an extra newline before them. (Supported by JS Beautify)
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"extra_liners": [
"head",
"body",
"/html"
]
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent size](#javascript---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent char](#javascript---indent-char)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_char`
2015-06-08 16:05:03 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent level](#javascript---indent-level)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_level`
2015-06-08 16:05:03 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Initial indentation level (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_level": 0
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent with tabs](#javascript---indent-with-tabs)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_with_tabs`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Indentation uses tabs, overrides `Indent Size` and `Indent Char` (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_with_tabs": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Preserve newlines](#javascript---preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `preserve_newlines`
2015-06-08 16:05:03 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"preserve_newlines": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Max preserve newlines](#javascript---max-preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `max_preserve_newlines`
2015-06-08 16:05:03 -06:00
**Default**: `10`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Number of line-breaks to be preserved in one chunk (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"max_preserve_newlines": 10
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Space in paren](#javascript---space-in-paren)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `space_in_paren`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Add padding spaces within paren, ie. f( a, b ) (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"space_in_paren": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Jslint happy](#javascript---jslint-happy)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `jslint_happy`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Enable jslint-stricter mode (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"jslint_happy": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Space after anon function](#javascript---space-after-anon-function)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `space_after_anon_function`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-25 06:10:47 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Add a space before an anonymous function's parens, ie. function () (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"space_after_anon_function": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Brace style](#javascript---brace-style)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `brace_style`
2015-06-08 16:05:03 -06:00
**Default**: `collapse`
**Type**: `string`
2016-02-03 11:01:44 -07:00
**Enum**: `collapse` `collapse-preserve-inline` `expand` `end-expand` `none`
2015-06-08 16:05:03 -06:00
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
2016-02-03 11:01:44 -07:00
[collapse|collapse-preserve-inline|expand|end-expand|none] (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"brace_style": "collapse"
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Break chained methods](#javascript---break-chained-methods)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `break_chained_methods`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-10-07 17:57:56 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
2015-10-07 17:57:56 -06:00
Break chained method calls across subsequent lines (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"break_chained_methods": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Keep array indentation](#javascript---keep-array-indentation)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `keep_array_indentation`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Preserve array indentation (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"keep_array_indentation": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Keep function indentation](#javascript---keep-function-indentation)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `keep_function_indentation`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
(Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"keep_function_indentation": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Space before conditional](#javascript---space-before-conditional)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `space_before_conditional`
2015-06-08 16:05:03 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
(Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"space_before_conditional": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Eval code](#javascript---eval-code)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `eval_code`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
(Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"eval_code": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Unescape strings](#javascript---unescape-strings)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `unescape_strings`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
Decode printable characters encoded in xNN notation (Supported by JS Beautify)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"unescape_strings": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Wrap line length](#javascript---wrap-line-length)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `wrap_line_length`
2015-06-08 16:05:03 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Wrap lines at next opportunity after N characters (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"wrap_line_length": 0
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - End with newline](#javascript---end-with-newline)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `end_with_newline`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify )
2015-06-08 16:05:03 -06:00
**Description**:
End output with newline (Supported by JS Beautify)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"end_with_newline": false
}
}
```
2015-09-10 13:08:58 -06:00
#### [JavaScript - End with comma](#javascript---end-with-comma)
**Namespace**: `js`
**Key**: `end_with_comma`
**Type**: `boolean`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
**Description**:
If a terminating comma should be inserted into arrays, object literals, and destructured objects. (Supported by JS Beautify, Pretty Diff)
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"end_with_comma": false
}
}
```
2015-06-09 09:02:52 -06:00
2015-06-08 16:05:03 -06:00
### Pretty Diff
2015-06-09 09:02:52 -06:00
#### [CSS - Indent size](#css---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Indent char](#css---indent-char)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_char`
2015-06-08 16:05:03 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Newline between rules](#css---newline-between-rules)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `newline_between_rules`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Add a newline between CSS rules (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"newline_between_rules": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Preserve newlines](#css---preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `preserve_newlines`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Retain empty lines. Consecutive empty lines will be converted to a single empty line. (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"preserve_newlines": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Wrap line length](#css---wrap-line-length)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `wrap_line_length`
2015-06-08 16:05:03 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Maximum amount of characters per line (0 = disable) (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"wrap_line_length": 0
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Indent comments](#css---indent-comments)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `indent_comments`
2015-06-08 16:05:03 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Determines whether comments should be indented. (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"indent_comments": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Force indentation](#css---force-indentation)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `force_indentation`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
2015-11-14 10:30:36 -07:00
if indentation should be forcefully applied to markup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"force_indentation": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Convert quotes](#css---convert-quotes)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `convert_quotes`
2015-06-08 16:05:03 -06:00
**Default**: `none`
**Type**: `string`
**Enum**: `none` `double` `single`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Convert the quote characters delimiting strings from either double or single quotes to the other. (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"convert_quotes": "none"
}
}
```
2015-06-09 09:02:52 -06:00
#### [CSS - Align assignments](#css---align-assignments)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `css`
**Key**: `align_assignments`
2015-06-08 16:05:03 -06:00
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
If lists of assignments or properties should be vertically aligned for faster and easier reading. (Supported by Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"align_assignments": false
}
}
```
2015-09-10 13:05:19 -06:00
#### [CSS - No lead zero](#css---no-lead-zero)
**Namespace**: `css`
**Key**: `no_lead_zero`
**Type**: `boolean`
**Supported Beautifiers**: [`Pretty Diff` ](#pretty-diff )
**Description**:
If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff)
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"no_lead_zero": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent size](#html---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Indent char](#html---indent-char)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `indent_char`
2015-06-08 16:05:03 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Wrap line length](#html---wrap-line-length)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `wrap_line_length`
2015-06-08 16:05:03 -06:00
**Default**: `250`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Maximum characters per line (0 disables) (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"wrap_line_length": 250
}
}
```
2015-06-09 09:02:52 -06:00
#### [HTML - Preserve newlines](#html---preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `html`
**Key**: `preserve_newlines`
2015-06-08 16:05:03 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"html": {
"preserve_newlines": true
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent size](#javascript---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Indent char](#javascript---indent-char)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `indent_char`
2015-06-08 16:05:03 -06:00
**Default**: ` `
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation character (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"indent_char": " "
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Preserve newlines](#javascript---preserve-newlines)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `preserve_newlines`
2015-06-08 16:05:03 -06:00
**Default**: `true`
**Type**: `boolean`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Preserve line-breaks (Supported by JS Beautify, Pretty Diff)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"preserve_newlines": true
}
}
```
2015-06-25 06:10:47 -06:00
#### [JavaScript - Space after anon function](#javascript---space-after-anon-function)
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `space_after_anon_function`
2015-06-25 06:10:47 -06:00
**Type**: `boolean`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
**Description**:
2015-09-05 06:13:15 -06:00
Add a space before an anonymous function's parens, ie. function () (Supported by JS Beautify, Pretty Diff)
2015-06-25 06:10:47 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"space_after_anon_function": false
}
}
```
2015-10-07 17:57:56 -06:00
#### [JavaScript - Break chained methods](#javascript---break-chained-methods)
**Namespace**: `js`
**Key**: `break_chained_methods`
**Type**: `boolean`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
**Description**:
Break chained method calls across subsequent lines (Supported by JS Beautify, Pretty Diff)
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"break_chained_methods": false
}
}
```
2015-06-09 09:02:52 -06:00
#### [JavaScript - Wrap line length](#javascript---wrap-line-length)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `js`
**Key**: `wrap_line_length`
2015-06-08 16:05:03 -06:00
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
2015-06-08 16:05:03 -06:00
**Description**:
Wrap lines at next opportunity after N characters (Supported by JS Beautify, Pretty Diff)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"wrap_line_length": 0
}
}
```
2015-09-10 13:08:58 -06:00
#### [JavaScript - End with comma](#javascript---end-with-comma)
**Namespace**: `js`
**Key**: `end_with_comma`
**Type**: `boolean`
**Supported Beautifiers**: [`JS Beautify` ](#js-beautify ) [`Pretty Diff` ](#pretty-diff )
**Description**:
If a terminating comma should be inserted into arrays, object literals, and destructured objects. (Supported by JS Beautify, Pretty Diff)
**Example `.jsbeautifyrc` Configuration**
```json
{
"js": {
"end_with_comma": false
}
}
```
2015-06-09 09:02:52 -06:00
2015-10-27 19:31:21 -06:00
### CSScomb
#### [CSS - comb custom config file](#css---comb-custom-config-file)
**Namespace**: `css`
**Key**: `configPath`
**Type**: `string`
**Supported Beautifiers**: [`CSScomb` ](#csscomb )
**Description**:
Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"configPath": ""
}
}
```
#### [CSS - comb predefined config](#css---comb-predefined-config)
**Namespace**: `css`
**Key**: `predefinedConfig`
**Default**: `csscomb`
**Type**: `string`
**Enum**: `csscomb` `yandex` `zen`
**Supported Beautifiers**: [`CSScomb` ](#csscomb )
**Description**:
Used if neither a project or custom config file exists. (Supported by CSScomb)
**Example `.jsbeautifyrc` Configuration**
```json
{
"css": {
"predefinedConfig": "csscomb"
}
}
```
2015-08-05 09:16:31 -06:00
### Gherkin formatter
#### [gherkin - Indent size](#gherkin---indent-size)
2015-08-31 16:25:40 -06:00
**Namespace**: `gherkin`
**Key**: `indent_size`
2015-08-05 09:16:31 -06:00
**Default**: `4`
**Type**: `integer`
**Supported Beautifiers**: [`Gherkin formatter` ](#gherkin-formatter )
**Description**:
Indentation size/length (Supported by Gherkin formatter)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"gherkin": {
"indent_size": 4
}
}
```
2015-08-05 09:16:31 -06:00
#### [gherkin - Indent char](#gherkin---indent-char)
2015-08-31 16:25:40 -06:00
**Namespace**: `gherkin`
**Key**: `indent_char`
2015-08-05 09:16:31 -06:00
**Default**: ` `
**Type**: `string`
**Supported Beautifiers**: [`Gherkin formatter` ](#gherkin-formatter )
**Description**:
Indentation character (Supported by Gherkin formatter)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"gherkin": {
"indent_char": " "
}
}
```
2015-08-05 09:16:31 -06:00
2015-06-08 16:05:03 -06:00
### Fortran Beautifier
2015-06-09 09:02:52 -06:00
#### [Fortran - Emacs path](#fortran---emacs-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `fortran`
**Key**: `emacs_path`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Fortran Beautifier` ](#fortran-beautifier )
2015-06-08 16:05:03 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Path to the `emacs` executable (Supported by Fortran Beautifier)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"fortran": {
"emacs_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [Fortran - Emacs script path](#fortran---emacs-script-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `fortran`
**Key**: `emacs_script_path`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Fortran Beautifier` ](#fortran-beautifier )
2015-06-08 16:05:03 -06:00
**Description**:
Path to the emacs script (Supported by Fortran Beautifier)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"fortran": {
"emacs_script_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
2016-01-28 05:11:09 -07:00
### Remark
#### [Markdown - Gfm](#markdown---gfm)
**Namespace**: `markdown`
**Key**: `gfm`
**Default**: `true`
**Type**: `boolean`
**Supported Beautifiers**: [`Remark` ](#remark )
**Description**:
GitHub Flavoured Markdown (Supported by Remark)
**Example `.jsbeautifyrc` Configuration**
```json
{
"markdown": {
"gfm": true
}
}
```
#### [Markdown - Yaml](#markdown---yaml)
**Namespace**: `markdown`
**Key**: `yaml`
**Default**: `true`
**Type**: `boolean`
**Supported Beautifiers**: [`Remark` ](#remark )
**Description**:
Enables raw YAML front matter to be detected (thus ignoring markdown-like syntax). (Supported by Remark)
**Example `.jsbeautifyrc` Configuration**
```json
{
"markdown": {
"yaml": true
}
}
```
#### [Markdown - Commonmark](#markdown---commonmark)
**Namespace**: `markdown`
**Key**: `commonmark`
**Type**: `boolean`
**Supported Beautifiers**: [`Remark` ](#remark )
**Description**:
Allows and disallows several constructs. (Supported by Remark)
**Example `.jsbeautifyrc` Configuration**
```json
{
"markdown": {
"commonmark": false
}
}
```
2015-06-08 16:05:03 -06:00
### Perltidy
2015-06-09 09:02:52 -06:00
#### [Perl - Perltidy profile](#perl---perltidy-profile)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `perl`
**Key**: `perltidy_profile`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`Perltidy` ](#perltidy )
2015-06-08 16:05:03 -06:00
**Description**:
Specify a configuration file which will override the default name of .perltidyrc (Supported by Perltidy)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"perl": {
"perltidy_profile": ""
}
}
```
2015-06-09 09:02:52 -06:00
2015-06-08 16:05:03 -06:00
### PHP-CS-Fixer
2015-06-09 09:02:52 -06:00
#### [PHP - PHP-CS-Fixer Path](#php---php-cs-fixer-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `php`
**Key**: `cs_fixer_path`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer )
2015-06-08 16:05:03 -06:00
**Description**:
2015-09-05 06:13:15 -06:00
Path to the `php-cs-fixer` CLI executable (Supported by PHP-CS-Fixer)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"cs_fixer_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [PHP - Fixers](#php---fixers)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `php`
**Key**: `fixers`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer )
2015-06-08 16:05:03 -06:00
**Description**:
Add fixer(s). i.e. linefeed,-short_tag,indentation (Supported by PHP-CS-Fixer)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"fixers": ""
}
}
```
2015-06-09 09:02:52 -06:00
#### [PHP - Level](#php---level)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `php`
**Key**: `level`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer )
2015-06-08 16:05:03 -06:00
**Description**:
By default, all PSR-2 fixers and some additional ones are run. (Supported by PHP-CS-Fixer)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"level": ""
}
}
```
2016-01-13 09:05:57 -07:00
#### [PHP - PHPCBF Path](#php---phpcbf-path)
**Namespace**: `php`
**Key**: `phpcbf_path`
**Type**: `string`
2016-01-28 05:11:09 -07:00
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer ) [`PHPCBF` ](#phpcbf )
2016-01-13 09:05:57 -07:00
**Description**:
2016-01-28 05:11:09 -07:00
Path to the `phpcbf` CLI executable (Supported by PHP-CS-Fixer, PHPCBF)
2016-01-13 09:05:57 -07:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"phpcbf_path": ""
}
}
```
#### [PHP - PHPCBF Standard](#php---phpcbf-standard)
**Namespace**: `php`
**Key**: `standard`
**Type**: `string`
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer ) [`PHPCBF` ](#phpcbf )
**Description**:
Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS rules (Supported by PHP-CS-Fixer, PHPCBF)
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"standard": ""
}
}
```
### PHPCBF
2016-01-28 05:11:09 -07:00
#### [PHP - PHPCBF Path](#php---phpcbf-path)
**Namespace**: `php`
**Key**: `phpcbf_path`
**Type**: `string`
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer ) [`PHPCBF` ](#phpcbf )
**Description**:
Path to the `phpcbf` CLI executable (Supported by PHP-CS-Fixer, PHPCBF)
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"phpcbf_path": ""
}
}
```
2016-01-13 09:05:57 -07:00
#### [PHP - PHPCBF Standard](#php---phpcbf-standard)
**Namespace**: `php`
**Key**: `standard`
**Type**: `string`
**Supported Beautifiers**: [`PHP-CS-Fixer` ](#php-cs-fixer ) [`PHPCBF` ](#phpcbf )
**Description**:
Standard name Squiz, PSR2, PSR1, PHPCS, PEAR, Zend, MySource... or path to CS rules (Supported by PHP-CS-Fixer, PHPCBF)
**Example `.jsbeautifyrc` Configuration**
```json
{
"php": {
"standard": ""
}
}
```
2015-06-09 09:02:52 -06:00
2015-06-08 16:05:03 -06:00
### autopep8
2015-06-09 09:02:52 -06:00
#### [Python - Max line length](#python---max-line-length)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `python`
**Key**: `max_line_length`
2015-06-08 16:05:03 -06:00
**Default**: `79`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
2015-06-08 16:05:03 -06:00
**Description**:
set maximum allowed line length (Supported by autopep8)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"max_line_length": 79
}
}
```
2015-06-09 09:02:52 -06:00
#### [Python - Indent size](#python---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `python`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by autopep8)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [Python - Ignore](#python---ignore)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `python`
**Key**: `ignore`
2015-06-08 16:05:03 -06:00
**Default**: `E24`
**Type**: `array`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
2015-06-08 16:05:03 -06:00
**Description**:
do not fix these errors/warnings (Supported by autopep8)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"ignore": [
"E24"
]
}
}
```
2015-12-10 18:40:30 -07:00
#### [Python - Sort imports](#python---sort-imports)
**Namespace**: `python`
**Key**: `sort_imports`
**Type**: `boolean`
**Supported Beautifiers**: [`autopep8` ](#autopep8 )
**Description**:
sort imports (requires isort installed) (Supported by autopep8)
**Example `.jsbeautifyrc` Configuration**
```json
{
"python": {
"sort_imports": false
}
}
```
2015-06-09 09:02:52 -06:00
2015-06-10 10:57:47 -06:00
### Rubocop
#### [Ruby - Indent size](#ruby---indent-size)
2015-08-31 16:25:40 -06:00
**Namespace**: `ruby`
**Key**: `indent_size`
2015-06-10 10:57:47 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-10 16:20:08 -06:00
**Supported Beautifiers**: [`Rubocop` ](#rubocop ) [`Ruby Beautify` ](#ruby-beautify )
**Description**:
Indentation size/length (Supported by Rubocop, Ruby Beautify)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"ruby": {
"indent_size": 4
}
}
```
2015-11-22 18:52:31 -07:00
#### [Ruby - Rubocop Path](#ruby---rubocop-path)
**Namespace**: `ruby`
**Key**: `rubocop_path`
**Type**: `string`
**Supported Beautifiers**: [`Rubocop` ](#rubocop )
**Description**:
Path to the `rubocop` CLI executable (Supported by Rubocop)
**Example `.jsbeautifyrc` Configuration**
```json
{
"ruby": {
"rubocop_path": ""
}
}
```
2015-06-10 16:20:08 -06:00
### Ruby Beautify
#### [Ruby - Indent size](#ruby---indent-size)
2015-08-31 16:25:40 -06:00
**Namespace**: `ruby`
**Key**: `indent_size`
2015-06-10 16:20:08 -06:00
**Default**: `4`
**Type**: `integer`
**Supported Beautifiers**: [`Rubocop` ](#rubocop ) [`Ruby Beautify` ](#ruby-beautify )
**Description**:
Indentation size/length (Supported by Rubocop, Ruby Beautify)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"ruby": {
"indent_size": 4
}
}
```
2015-06-10 16:20:08 -06:00
#### [Ruby - Indent char](#ruby---indent-char)
2015-08-31 16:25:40 -06:00
**Namespace**: `ruby`
**Key**: `indent_char`
2015-06-10 16:20:08 -06:00
**Default**: ` `
**Type**: `string`
**Enum**: ` ` ` `
**Supported Beautifiers**: [`Ruby Beautify` ](#ruby-beautify )
2015-06-10 10:57:47 -06:00
**Description**:
2015-06-10 16:20:08 -06:00
Indentation character (Supported by Ruby Beautify)
2015-06-10 10:57:47 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"ruby": {
"indent_char": " "
}
}
```
2015-06-10 10:57:47 -06:00
2015-06-08 16:05:03 -06:00
### rustfmt
2015-06-09 09:02:52 -06:00
#### [Rust - Rustfmt path](#rust---rustfmt-path)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `rust`
**Key**: `rustfmt_path`
2015-06-08 16:05:03 -06:00
**Type**: `string`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`rustfmt` ](#rustfmt )
2015-06-08 16:05:03 -06:00
**Description**:
Path to rustfmt program (Supported by rustfmt)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"rust": {
"rustfmt_path": ""
}
}
```
2015-06-09 09:02:52 -06:00
2015-06-08 16:05:03 -06:00
### sqlformat
2015-06-09 09:02:52 -06:00
#### [SQL - Indent size](#sql---indent-size)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `sql`
**Key**: `indent_size`
2015-06-08 16:05:03 -06:00
**Default**: `4`
**Type**: `integer`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`sqlformat` ](#sqlformat )
2015-06-08 16:05:03 -06:00
**Description**:
Indentation size/length (Supported by sqlformat)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"sql": {
"indent_size": 4
}
}
```
2015-06-09 09:02:52 -06:00
#### [SQL - Keywords](#sql---keywords)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `sql`
**Key**: `keywords`
2015-06-08 16:05:03 -06:00
**Default**: `upper`
**Type**: `string`
**Enum**: `lower` `upper` `capitalize`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`sqlformat` ](#sqlformat )
2015-06-08 16:05:03 -06:00
**Description**:
Change case of keywords (Supported by sqlformat)
2015-06-09 09:02:52 -06:00
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"sql": {
"keywords": "upper"
}
}
```
2015-06-09 09:02:52 -06:00
#### [SQL - Identifiers](#sql---identifiers)
2015-06-08 16:05:03 -06:00
2015-08-31 16:25:40 -06:00
**Namespace**: `sql`
**Key**: `identifiers`
2015-06-08 16:05:03 -06:00
**Default**: `lower`
**Type**: `string`
**Enum**: `lower` `upper` `capitalize`
2015-06-09 09:02:52 -06:00
**Supported Beautifiers**: [`sqlformat` ](#sqlformat )
2015-06-08 16:05:03 -06:00
**Description**:
Change case of identifiers (Supported by sqlformat)
2015-08-31 16:25:40 -06:00
**Example `.jsbeautifyrc` Configuration**
```json
{
"sql": {
"identifiers": "lower"
}
}
```
2015-06-09 09:02:52 -06:00