mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 01:39:12 +00:00
8 lines
133 B
JSON
8 lines
133 B
JSON
{
|
|
"arrowParens": "always",
|
|
"experimentalTernaries": true,
|
|
"printWidth": 110,
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|