Initial - Here Be Dragons

This commit is contained in:
2022-04-29 17:54:24 +02:00
parent d889d68649
commit 4c8144fabc
33 changed files with 1415 additions and 0 deletions

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

@@ -0,0 +1,12 @@
{
"spellright.language": [
"en_GB",
"en_US",
"fr",
"fr_FR"
],
"spellright.documentTypes": [
"markdown",
"latex"
]
}