Closed mkfsn closed 7 years ago
Cool! thank you buddy
@mkfsn I tried this pr, I am just wondering what's your indent setting?
This added \t
creates additional indent in my vim like following
#!/usr/bin/env python
# -*- coding: utf-8 -*-
__date__ = 'Dec 10, 2016 '
__author__ = 'samuel'
def main():
pass
if __name__ == '__main__':
main()
do you really need this tab?
"__date__" and "__author__" have missing spaces, and there is no indent before calling main().