This commit is contained in:
2023-01-31 01:26:27 +01:00
parent 6fdba7086c
commit 80c114679b
24 changed files with 2865 additions and 385 deletions

View File

@@ -1,5 +1,6 @@
semi: false
singleQuote: true
trailingComma: es5
tabWidth: 2
printWidth: 200
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 200
}