Last active
March 19, 2022 23:56
-
-
Save locopine/d5892c9223c86bdd9d1b139ee9d63420 to your computer and use it in GitHub Desktop.
Beautifier for javascript e etc...
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
{ | |
"__comment1":"js-beaultify - https://github.com/beautify-web/js-beautify", | |
"__comment2":"blade", | |
"blade.php": { | |
"brace_style": "collapse", | |
"indent_char": " ", | |
"indent_scripts": "normal", | |
"indent_size": 6, | |
"max_preserve_newlines": 1, | |
"other": " ", | |
"preserve_newlines": true, | |
"unformatted": ["a", "sub", "sup", "b", "i", "u"], | |
"wrap_line_length": 0 | |
}, | |
"__comment3":"css", | |
"css": { | |
"indent_char": " ", | |
"indent_size": 4 | |
}, | |
"__comment4":"js", | |
"js": { | |
"indent_char": " ", | |
"indent_level": 0, | |
"indent_size": 2, | |
"indent_with_tabs": false, | |
"jslint_happy": true, | |
"max_preserve_newlines": 2, | |
"preserve_newlines": true | |
}, | |
"__comment5":"php", | |
"php": { | |
"indent_char": " ", | |
"indent_handlebars": true, | |
"indent_level": 0, | |
"indent_size": 2, | |
"indent_with_tabs": false, | |
"jslint_happy": true, | |
"max_preserve_newlines": 2, | |
"other": " ", | |
"preserve_newlines": true | |
}, | |
"indent_size": 2, | |
"max_preserve_newlines": 1, | |
"selector_separator_newline": true, | |
"end_with_newline": false, | |
"indent_char": " " | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment