Adds a vim modeline update to index.mustache

- ensures that vim doesnt wrap long lines, for readability
This commit is contained in:
Ariana Giroux 2022-08-04 17:31:38 -06:00
parent 13f8648fb7
commit dbbf1b757c
1 changed files with 1 additions and 1 deletions

View File

@ -101,6 +101,6 @@
<script src="/static/script.js"></script> <script src="/static/script.js"></script>
</body> </body>
<!-- vim: foldmethod=manual <!-- vim: foldmethod=manual nowrap
--> -->
</html> </html>