mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Add prettier config file
This commit is contained in:
parent
b937bd631f
commit
498dfb9bdf
@ -1 +1,9 @@
|
||||
{}
|
||||
{
|
||||
"printWidth": 80,
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": false,
|
||||
"trailingComma": "es5",
|
||||
"bracketSpacing": true,
|
||||
"arrowParens": "always"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user