This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hello.kei/.prettierrc
2022-07-24 13:46:17 -03:00

11 lines
180 B
Plaintext

{
"semi": true,
"useTabs": true,
"singleQuote": true,
"jsxSingleQuote": true,
"bracketSameLine": false,
"endOfLine": "crlf",
"quoteProps": "consistent",
"printWidth": 80
}