1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-05-01 15:33:43 +07:00
setup-php/.prettierrc.json
2020-05-13 07:12:42 +05:30

12 lines
247 B
JSON

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