setup-php/.prettierrc.json
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

11 lines
224 B
JSON

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