this repo has no description
1
fork

Configure Feed

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

at main 16 lines 361 B view raw
1{ 2 "semi": true, 3 "trailingComma": "es5", 4 "singleQuote": true, 5 "printWidth": 100, 6 "tabWidth": 2, 7 "useTabs": false, 8 "arrowParens": "avoid", 9 "bracketSpacing": false, 10 "endOfLine": "lf", 11 "jsxSingleQuote": false, 12 "quoteProps": "as-needed", 13 "proseWrap": "preserve", 14 "htmlWhitespaceSensitivity": "css", 15 "embeddedLanguageFormatting": "auto" 16}