Skip to content

Instantly share code, notes, and snippets.

@sean-gilmore
Created November 26, 2020 23:17
Show Gist options
  • Save sean-gilmore/e1bc7e5eb1dd51dd846bfd533b2cfb25 to your computer and use it in GitHub Desktop.
Save sean-gilmore/e1bc7e5eb1dd51dd846bfd533b2cfb25 to your computer and use it in GitHub Desktop.
JS Beautify config for PHP Intelliphense for VSCode
{
"indent_size": 2,
"indent_char": " ",
"indent_level": 0,
"end-with-newline": true,
"indent_with_tabs": false,
"preserve_newlines": true,
"max_preserve_newlines": 10,
"jslint_happy": false,
"keep_array_indentation": false,
"keep_function_indentation": false,
"space_before_conditional": true,
"break_chained_methods": false,
"eval_code": false,
"unescape_strings": false,
"wrap_line_length": 0,
"wrap_attributes": "preserve",
"css": {
"selector_separator_newline": false
}
}
@sean-gilmore
Copy link
Author

Place in the root of the project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment