Skip to content

Instantly share code, notes, and snippets.

@hui
Created December 7, 2014 10:26
Show Gist options
  • Select an option

  • Save hui/a78805f38a15fd0f22e1 to your computer and use it in GitHub Desktop.

Select an option

Save hui/a78805f38a15fd0f22e1 to your computer and use it in GitHub Desktop.
jsfmt配置
{
"autoformat": true,
"options": {
"preset": "jquery",
"indent": {
"value": " "
},
// plugins included
"plugins": [
"esformatter-quotes",
"esformatter-semicolons",
"esformatter-braces",
"esformatter-dot-notation"
]
},
}
// https://github.com/ionutvmi/sublime-jsfmt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment