Files
ollama-js/.prettierrc.json
2024-01-21 17:27:48 -05:00

9 lines
165 B
JSON

{
"$schema": "http://json.schemastore.org/prettierrc",
"semi": false,
"printWidth": 90,
"trailingComma": "all",
"singleQuote": true,
"endOfLine": "lf"
}