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

7 lines
106 B
JSON

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