Files
llmx/sdk/typescript/.prettierrc

6 lines
74 B
Plaintext
Raw Normal View History

2025-09-29 13:27:13 -07:00
{
"printWidth": 100,
"singleQuote": false,
2025-09-29 13:27:13 -07:00
"trailingComma": "all"
}