mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-28 13:14:28 +01:00
8 lines
133 B
JSON
8 lines
133 B
JSON
{
|
|
"arrowParens": "always",
|
|
"experimentalTernaries": true,
|
|
"printWidth": 110,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|