Skip to content

Commit

Permalink
Add document about CSS Beautifier Options
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuyk committed Nov 17, 2013
1 parent ba1cd5c commit aa7bd1c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ add the following hook to your emacs configuration:

The following `js-beautify` settings are available with `.jsbeautifyrc`. Check out the official [jsbeautifier documentation](https://github.com/einars/js-beautify#options) for more details on the options:

### JavaScript

Thease are JavaScript Beautifier Options:

* `indent_size`: Indentation size [4]
* `indent_char`: Indentation character [" "]
* `indent_level`: Initial indentation level [0]
Expand All @@ -90,6 +94,13 @@ The following `js-beautify` settings are available with `.jsbeautifyrc`. Check o
* `keep_function_indentation`: false
* `eval_code`: false

### CSS

Thease are CSS Beautifier Options:

* `indent_size`: Indentation size [4]
* `indent_char`: Indentation character [" "]

### .jsbeautifyrc files
**Web-beautify** supports `.jsbeautifyrc` JSON files.

Expand Down

0 comments on commit aa7bd1c

Please sign in to comment.