setup-php/.prettierrc.json

12 lines
247 B
JSON
Raw Permalink Normal View History

2019-09-06 05:17:43 +05:30
{
2020-05-13 22:00:42 +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-13 22:00:42 +05:30
"tabWidth": 2,
2019-09-06 05:17:43 +05:30
"trailingComma": "none",
2020-05-13 22:00:42 +05:30
"useTabs": false
}