Created
February 9, 2019 09:11
-
-
Save vvzen/292c90c3a33d7883de62ea3ebb6fedd4 to your computer and use it in GitHub Desktop.
js beautify file for vscode (must be in ~ directory)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "indent_size": "4", | |
| "indent_char": " ", | |
| "max_preserve_newlines": "5", | |
| "preserve_newlines": true, | |
| "keep_array_indentation": false, | |
| "break_chained_methods": false, | |
| "indent_scripts": "normal", | |
| "brace_style": "collapse", | |
| "space_before_conditional": true, | |
| "unescape_strings": false, | |
| "jslint_happy": false, | |
| "end_with_newline": false, | |
| "wrap_line_length": "0", | |
| "indent_inner_html": false, | |
| "comma_first": false, | |
| "e4x": true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment