Skip to content

Commit

Permalink
chore(vscode): associate .pages files with yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lalver1 committed Aug 9, 2024
1 parent 8856d79 commit 0275aa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"djlint.enableLinting": true,
"djlint.profile": "django"
},
"files.associations": {
".pages": "yaml"
},
"files.encoding": "utf8",
"files.eol": "\n",
"files.insertFinalNewline": true,
Expand Down

0 comments on commit 0275aa1

Please sign in to comment.