Skip to content

Commit 751c2e1

Browse files
New lines on html end.
1 parent 91a9d86 commit 751c2e1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/_includes/fullscreen.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<button type="button" name="fullScreenButton" id="fullScreenButton" class="btn" onclick="fullScreenToggle()">
22
Full Screen View
3-
</button>
3+
</button>

docs/_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
{% endif %}
5151
</body>
5252

53-
</html>
53+
</html>

nhs-notify.code-workspace

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"editor.defaultFormatter": "esbenp.prettier-vscode"
4141
},
4242
"[html]": {
43-
"editor.defaultFormatter": "vscode.html-language-features"
43+
"editor.defaultFormatter": "vscode.html-language-features",
44+
"files.insertFinalNewline": true
4445
},
4546
"[json]": {
4647
"editor.defaultFormatter": "esbenp.prettier-vscode"

0 commit comments

Comments
 (0)