Skip to content

Commit 735dd5e

Browse files
committed
Mark nsi template as Jinja (raw)
This prevents Jinja (html) from incorrectly formatting the template file
1 parent 39503b3 commit 735dd5e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
"[python]": {
44
"editor.defaultFormatter": "ms-python.black-formatter"
55
},
6+
"files.associations": {
7+
"*.nsi.j2": "jinja"
8+
},
69
}

0 commit comments

Comments
 (0)