This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fp-ts-training/.prettierrc

5 lines
52 B
Plaintext
Raw Normal View History

2020-07-03 19:01:45 +03:00
{
"singleQuote": true,
"trailingComma": "all"
}