This repository has been archived on 2026-02-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ar.falsy.cat/.prettierrc

8 lines
113 B
Plaintext
Raw Permalink Normal View History

2022-05-01 22:08:14 -07:00
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
2022-05-02 08:57:25 -07:00
"tabWidth": 2,
"semi": false
2022-05-01 22:08:14 -07:00
}