setup-php/.prettierrc.json

12 lines
247 B
JSON
Raw Normal View History

2019-09-06 06:47:43 +07:00
{
2020-05-13 23:30:42 +07:00
"arrowParens": "avoid",
"bracketSpacing": false,
"endOfLine": "auto",
"parser": "typescript",
2019-09-06 06:47:43 +07:00
"printWidth": 80,
"semi": true,
"singleQuote": true,
2020-05-13 23:30:42 +07:00
"tabWidth": 2,
2019-09-06 06:47:43 +07:00
"trailingComma": "none",
2020-05-13 23:30:42 +07:00
"useTabs": false
}