Created
December 7, 2014 10:26
-
-
Save hui/a78805f38a15fd0f22e1 to your computer and use it in GitHub Desktop.
jsfmt配置
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
| { | |
| "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