prettier config update

master
Tudor Stanciu 2020-04-10 01:47:37 +03:00
parent 01cc5ddf7c
commit 951f495f44
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
{
"trailingComma": "none"
"trailingComma": "none",
"tabWidth": 2,
"semi": true,
"singleQuote": false
}