1
0
Files
setup-java/.prettierrc.json
T

12 lines
205 B
JSON
Raw Normal View History

2019-07-10 10:54:25 -04:00
{
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "avoid",
"parser": "typescript"
}