mirror of
https://github.com/ollama/ollama-js.git
synced 2026-07-01 11:16:25 -04:00
9 lines
165 B
JSON
9 lines
165 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/prettierrc",
|
|
"semi": false,
|
|
"printWidth": 90,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"endOfLine": "lf"
|
|
}
|