1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-08 02:42:44 +00:00
Files
server/.prettierrc.json
2021-06-10 19:48:15 +03:00

7 lines
109 B
JSON

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