From f1e014e259d34df7f66050ce8be596f7964caf2b Mon Sep 17 00:00:00 2001 From: Tevin Zhang Date: Thu, 9 Jul 2015 12:11:22 +0800 Subject: [PATCH] recommended python encoding declaration --- UltiSnips/python.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UltiSnips/python.snippets b/UltiSnips/python.snippets index af32c52..5dabb09 100644 --- a/UltiSnips/python.snippets +++ b/UltiSnips/python.snippets @@ -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