1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-09-17 08:56:42 +02:00

Add vim modeline to all Python files

Uses four spaces for tab and shift widths, and turns on expansion of
tabs to spaces.
This commit is contained in:
2018-09-23 11:33:26 +03:00
parent 4e8621e3d9
commit 84801a4ab5
2 changed files with 4 additions and 0 deletions

2
app.py
View File

@@ -42,3 +42,5 @@ class ItemResource:
api = falcon.API()
api.add_route('/item', ItemResource())
# vim: set sw=4 ts=4 expandtab: