Archived
1
0

Updated Prettier Options

This commit is contained in:
2020-01-24 12:30:34 +01:00
parent bb6a963faa
commit a540c1b68e

View File

@@ -2,6 +2,6 @@
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"tabWidth": 4,
"trailingComma": "es5"
}