added public folder, vscode settings, and updated README
This commit is contained in:
parent
dd4d0476a5
commit
ed62cf4399
54 changed files with 1206 additions and 11 deletions
13
.vscode/settings.json
vendored
Normal file
13
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.detectIndentation": false,
|
||||
"editor.insertSpaces": false,
|
||||
"cSpell.words": [
|
||||
"Fontawesome",
|
||||
"developomp",
|
||||
"developomp's",
|
||||
"dompurify"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue