Files
topola-viewer/.prettierrc.json
2022-01-13 17:26:01 +01:00

8 lines
129 B
JSON

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