Skip to content

Commit

Permalink
New lines on html end.
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed Jun 17, 2024
1 parent 91a9d86 commit 751c2e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_includes/fullscreen.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<button type="button" name="fullScreenButton" id="fullScreenButton" class="btn" onclick="fullScreenToggle()">
Full Screen View
</button>
</button>
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
{% endif %}
</body>

</html>
</html>
3 changes: 2 additions & 1 deletion nhs-notify.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
"editor.defaultFormatter": "vscode.html-language-features",
"files.insertFinalNewline": true
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
Expand Down

0 comments on commit 751c2e1

Please sign in to comment.