pingcrm/.prettierrc
2021-02-27 09:14:52 -05:00

8 lines
147 B
Text

{
"printWidth": 10000,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"htmlWhitespaceSensitivity": "css"
}