fix yandere

This commit is contained in:
skidoodle 2023-09-16 23:15:55 +02:00
parent 159cc3a2b6
commit cb4ea60dfc
13 changed files with 2859 additions and 337 deletions

View file

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