Add editor formatting config

This commit is contained in:
2023-11-09 03:26:13 +08:00
parent 52b29911a0
commit a807c4bc13
3 changed files with 30 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"trailingComma": "es5",
"semi": true,
"singleQuote": true,
"tabWidth": 2
}