clipboard.js/.prettierrc.json

10 lines
158 B
JSON
Raw Normal View History

2021-01-20 18:31:18 +03:00
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
2021-01-21 13:44:11 +03:00
"singleQuote": true,
2021-01-20 18:31:18 +03:00
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}