Files
OpenLLM/.prettierrc
Aaron Pham 021fd453b9 infra: move out clojure to external (#593)
As we don't write this

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-11-09 12:24:18 -05:00

10 lines
157 B
Plaintext

{
"printWidth": 119,
"quoteProps": "as-needed",
"trailingComma": "none",
"useTabs": false,
"tabWidth": 2,
"semi": false,
"singleQuote": true
}