recommended python encoding declaration
This commit is contained in:
parent
59cc3ecc79
commit
f1e014e259
@ -7,7 +7,7 @@ priority -50
|
|||||||
#! header
|
#! header
|
||||||
snippet #! "Shebang header for python scripts" b
|
snippet #! "Shebang header for python scripts" b
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# encoding: utf-8
|
# -*- coding: utf-8 -*-
|
||||||
$0
|
$0
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user