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