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
Homework.app/.prettierrc
2022-04-02 16:47:03 -03:00

8 lines
105 B
Plaintext

{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"useTabs": true,
"endOfLine": "crlf"
}