Files
CapaKraken/.prettierrc.json

8 lines
107 B
JSON

{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2
}