surfer/.prettierrc.json
2021-09-20 11:09:21 +10:00

7 lines
116 B
JSON

{
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}