Add vim magic line

This commit is contained in:
sqozz 2017-12-29 05:14:13 +01:00
parent 9c053b5021
commit d5b04180a6
1 changed files with 2 additions and 0 deletions

View File

@ -215,3 +215,5 @@ if __name__ == "__main__":
app.jinja_env.globals.update(json=json)
app.jinja_env.globals.update(sorted=sorted)
app.run(debug=True, host="127.0.0.1")
# vim: set ts=2 sts=2 sw=2 noexpandtab: