Skip to content

Commit 8febe62

Browse files
committed
setup.py: declare tab sizes and encoding for vim
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com>
1 parent 0f3b5d0 commit 8febe62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/usr/bin/env python
2+
# -*- coding: utf-8 -*-
3+
# vim: tabstop=4 noexpandtab shiftwidth=4
24
"""Catalyst is a release building tool used by Gentoo Linux"""
35

46
from __future__ import print_function

0 commit comments

Comments
 (0)