clipboard.js/.prettierrc.json
2021-01-20 16:31:18 +01:00

10 lines
159 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}