websnacks/.prettierrc

7 lines
117 B
Text

{
"endOfLine": "lf",
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 4,
"semi": true
}