mattercontrol/.prettierrc

7 lines
107 B
Text

{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100
}