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-08-07 18:26:56 -03:00

12 lines
181 B
Plaintext

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