recommended python encoding declaration

This commit is contained in:
Tevin Zhang 2015-07-09 12:11:22 +08:00
parent 59cc3ecc79
commit f1e014e259

View File

@ -7,7 +7,7 @@ priority -50
#! header
snippet #! "Shebang header for python scripts" b
#!/usr/bin/env python
# encoding: utf-8
# -*- coding: utf-8 -*-
$0
endsnippet