2024 day 14

This commit is contained in:
2024-12-14 15:05:36 +01:00
parent 2567837aa1
commit 5e4d0b0bc4
6 changed files with 813 additions and 1 deletions

View File

@@ -29,7 +29,8 @@
},
"javascript": {
"formatter": {
"quoteStyle": "double"
"quoteStyle": "double",
"semicolons": "asNeeded"
}
}
}