1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-11 00:10:06 +00:00
Files
server/.prettierrc.json
2021-06-09 09:03:54 +03:00

8 lines
110 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"endOfLine": "auto"
}