Archived
1
0

Adjusted prettier config

This commit is contained in:
2020-06-05 08:59:06 +02:00
parent 1be0319ed7
commit 8005d9a152
2 changed files with 11 additions and 20 deletions

View File

@@ -1,7 +1,8 @@
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5"
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "es5",
"printWidth": 160
}