pingcrm/.prettierrc

9 lines
147 B
Plaintext
Raw Permalink Normal View History

2021-02-27 11:00:09 -03:00
{
"printWidth": 10000,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"htmlWhitespaceSensitivity": "css"
}