Created
December 22, 2017 10:50
-
-
Save te-online/c16e0db7ea6ac4d6bf73d02cbdbd9fd4 to your computer and use it in GitHub Desktop.
SublimeText Prettier Config
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
Show hidden characters
{ | |
"prettier_options": { | |
// If true, will use single instead of double quotes | |
"singleQuote": true, | |
"tabs": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment