mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 06:18:58 +01:00
code settings
This commit is contained in:
parent
8f25d23a61
commit
3894030fa0
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,7 +10,6 @@ pids
|
|||||||
|
|
||||||
# editors
|
# editors
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
|
||||||
|
|
||||||
# build
|
# build
|
||||||
public
|
public
|
||||||
|
15
.vscode/markdown.code-snippets
vendored
Normal file
15
.vscode/markdown.code-snippets
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"table": {
|
||||||
|
"prefix": ["table"],
|
||||||
|
"body": [
|
||||||
|
"<!-- prettier-ignore -->",
|
||||||
|
"| | |",
|
||||||
|
"| --- | --- |",
|
||||||
|
"| | |",
|
||||||
|
"| | |",
|
||||||
|
""
|
||||||
|
],
|
||||||
|
"description": "simple table"
|
||||||
|
},
|
||||||
|
|
||||||
|
}
|
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"slsw"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user