Created
December 22, 2019 00:01
-
-
Save keegoid/286181db4f3a3b17da6015f2f47eed18 to your computer and use it in GitHub Desktop.
JsPrettier user settings for Sublime Text 3
This file contains 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
Show hidden characters
{ | |
"prettier_cli_path": "~/.nvm/versions/node/v13.5.0/bin/prettier", | |
"node_path": "~/.nvm/versions/node/v13.5.0/bin/node", | |
"prettier_options": { | |
"printWidth": 100, | |
"singleQuote": true, | |
"semi": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment