mirror of
https://github.com/ollama/ollama.git
synced 2025-03-19 22:32:15 +01:00
11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"printWidth": 120,
|
|
"arrowParens": "avoid"
|
|
}
|