Files
toolkit/.prettierrc.json
T

12 lines
228 B
JSON
Raw Permalink Normal View History

2019-04-19 15:35:44 -04:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
2023-08-03 16:36:11 -04:00
"parser": "typescript",
"endOfLine": "auto"
2019-04-19 15:35:44 -04:00
}