Added directory structure information.

This commit is contained in:
bassamanator
2023-02-27 22:10:59 -05:00
parent 119c313434
commit c02a3bc5cb
2 changed files with 35 additions and 2 deletions

View File

@@ -2,5 +2,7 @@
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"git.mergeEditor": false
"git.mergeEditor": false,
"spellright.language": ["en-US-10-1."],
"spellright.documentTypes": ["markdown", "latex", "plaintext"]
}