This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
footnotes/.prettierrc

8 lines
106 B
Plaintext
Raw Normal View History

2021-04-15 02:06:08 +00:00
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2
}