Last active
March 23, 2022 10:07
-
-
Save GBrachetta/56d43a23877fa26b1f8f093e83f0cb14 to your computer and use it in GitHub Desktop.
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
{ | |
"bracketSpacing": true, | |
"trailingComma": "all", | |
"arrowParens": "avoid", | |
"singleQuote": true, | |
"printWidth": 80, | |
"useTabs": false, | |
"tabWidth": 2, | |
"semi": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment