Skip to content

Commit

Permalink
issue #32: added .vscode folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jan 23, 2024
1 parent c6afd1a commit 1699f20
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"stkb.rewrap",
"DavidAnson.vscode-markdownlint"
],
"unwantedRecommendations": [

]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.rulers": [80], // used for .md files
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.insertFinalNewline": true
}

0 comments on commit 1699f20

Please sign in to comment.