This repository has been archived on 2026-03-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codewanderer/.prettierrc
2021-07-13 20:40:21 +02:00

7 lines
106 B
Text

{
"tabWidth": 2,
"printWidth": 100,
"semi": true,
"trailingComma": "es5",
"singleQuote": true
}