first commit

This commit is contained in:
Septs
2021-01-18 14:47:10 +08:00
commit 109fb6d127
12 changed files with 686 additions and 0 deletions

9
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"markdownlint.config": {
"MD033": false
}
}