This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
JSDocValidator/.prettierrc
2022-11-01 04:06:11 +01:00

11 lines
205 B
Plaintext

{
"singleQuote": true,
"useTabs": true,
"tabWidth": 2,
"semi": true,
"bracketSameLine": false,
"arrowParens": "avoid",
"endOfLine": "lf",
"printWidth": 140,
"htmlWhitespaceSensitivity": "ignore"
}