1
0
Fork 0
mirror of synced 2026-06-05 12:38:19 +00:00
setup-dotnet/.prettierrc.json

12 lines
No EOL
249 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript",
"endOfLine": "auto"
}