code settings

This commit is contained in:
Rick van Lieshout 2022-09-21 21:21:25 +02:00
parent 8f25d23a61
commit 3894030fa0
3 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View File

@ -10,7 +10,6 @@ pids
# editors # editors
.idea .idea
.vscode
# build # build
public public

15
.vscode/markdown.code-snippets vendored Normal file
View File

@ -0,0 +1,15 @@
{
"table": {
"prefix": ["table"],
"body": [
"<!-- prettier-ignore -->",
"| | |",
"| --- | --- |",
"| | |",
"| | |",
""
],
"description": "simple table"
},
}

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

@ -0,0 +1,5 @@
{
"cSpell.words": [
"slsw"
]
}