Add prettier config file

This commit is contained in:
vitormalencar 2021-01-20 16:31:18 +01:00
parent b937bd631f
commit 498dfb9bdf

View File

@ -1 +1,9 @@
{}
{
"printWidth": 80,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"trailingComma": "es5",
"bracketSpacing": true,
"arrowParens": "always"
}