Created
October 13, 2022 15:00
-
-
Save kurt-liao/db3562150417a2db02ad1ab42ddc3a8d to your computer and use it in GitHub Desktop.
My prettier settings
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
{ | |
"useTabs": false, | |
"tabWidth": 2, | |
"semi": false, | |
"trailingComma": "none", | |
"endOfLine": "lf", | |
"printWidth": 100, | |
"singleQuote": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment