setup-php/.prettierrc.json

12 lines
247 B
JSON
Raw Normal View History

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