Skip to content

Commit

Permalink
vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
mfouesneau committed Mar 26, 2024
1 parent c4da43a commit 2757854
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"ecmel.vscode-html-css",
"george-alisson.html-preview-vscode"
]
}
18 changes: 18 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// Autosave with a delay of 5000 milliseconds
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 5000,

// Remove trailing spaces on save
"files.trimTrailingWhitespace": true,

// Ensure a final new line at the end of the file
"files.insertFinalNewline": true,
"grammarly.selectors": [
{
"language": "html",
"scheme": "file",
"pattern": "index.html"
}
]
}

0 comments on commit 2757854

Please sign in to comment.