Created
January 1, 2022 04:30
-
-
Save mortezadalil/48cf9aeb20f84cc127a8a59ccff8d0b2 to your computer and use it in GitHub Desktop.
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
{ | |
"singleQuote": true, | |
"printWidth": 200, | |
"proseWrap": "always", | |
"tabWidth": 4, | |
"useTabs": false, | |
"trailingComma": "none", | |
"bracketSpacing": true, | |
"jsxBracketSameLine": false, | |
"semi": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment