this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 200 B view raw
1{ 2 "printWidth": 120, 3 "semi": true, 4 "singleQuote": true, 5 "trailingComma": "es5", 6 "tabWidth": 2, 7 "useTabs": false, 8 "bracketSpacing": true, 9 "arrowParens": "always", 10 "endOfLine": "lf" 11}