topola-viewer/.prettierrc.json

8 lines
129 B
JSON

{
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "always",
"trailingComma": "all",
"endOfLine": "crlf"
}