début de slides

This commit is contained in:
Laureηt 2023-01-19 11:32:04 +01:00
parent cb3451e7f3
commit 3d13b0ff8b
3 changed files with 11 additions and 1 deletions

View file

@ -5,7 +5,7 @@ root = true
[*]
indent_style = space
indent_size = 4
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true

6
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"recommendations": [
"marp-team.marp-vscode",
"yzhang.markdown-all-in-one"
]
}

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"markdown.marp.enableHtml": true,
"editor.formatOnSave": true,
}