Files
socialhose-php/frontend/.prettierrc.json
2022-12-09 08:36:26 -06:00

8 lines
117 B
JSON

{
"endOfLine": "lf",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
"bracketSpacing": true
}