Skip to content

Commit ba94750

Browse files
committed
Update python.snippets
adding code encoding.
1 parent dbf5851 commit ba94750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

snippets/python.snippets

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
snippet #!
22
#!/usr/bin/env python
3+
# -*- coding: utf-8 -*-
34
snippet imp
45
import ${0:module}
56
snippet uni

0 commit comments

Comments
 (0)