mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-12 08:24:18 +00:00
make the three python snippet's coding utf-8
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# name: class
|
||||
# contributor: Orestis Markou
|
||||
# contributor: Nishio Hirokazu
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# name: def
|
||||
# contributor: Orestis Markou
|
||||
# contributor: Yasser González Fernández <yglez@uh.cu>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# name: defm
|
||||
# contributor: Yasser Gonz<EFBFBD><EFBFBD>lez Fern<EFBFBD><EFBFBD>ndez <yglez@uh.cu>
|
||||
# contributor: Yasser Gonz¨¢lez Fern¨¢ndez <yglez@uh.cu>
|
||||
# --
|
||||
def ${1:name}(self, $2):
|
||||
"""$3
|
||||
|
||||
Reference in New Issue
Block a user