this repo has no description
at main 186 B view raw
1{ 2 "semi": false, 3 "arrowParens": "avoid", 4 "bracketSameLine": true, 5 "bracketSpacing": false, 6 "singleQuote": true, 7 "trailingComma": "all", 8 "useTabs": false, 9 "tabWidth": 2 10}