mirror of
https://github.com/ollama/ollama.git
synced 2025-03-18 22:01:47 +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"
|
|
}
|