mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-04 15:30:27 +00:00
7 lines
133 B
JSON
7 lines
133 B
JSON
{
|
|
"arrowParens": "always",
|
|
"experimentalTernaries": true,
|
|
"printWidth": 110,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|