updated tabs and comma

This commit is contained in:
proddy
2021-05-14 12:44:18 +02:00
parent 505e846dd8
commit e467e73755

View File

@@ -1,7 +1,6 @@
{ {
"singleQuote": true, "singleQuote": true,
"semi": false, "semi": true,
"trailingComma": "all", "trailingComma": "none",
"tabWidth": 2,
"printWidth": 80 "printWidth": 80
} }