setup-php/.prettierrc.json
2020-05-17 03:25:48 +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
}