Kode-cli/.prettierrc.json

8 lines
91 B
JSON

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