Skip to content

Instantly share code, notes, and snippets.

@eevmanu
Created October 1, 2014 15:28
Show Gist options
  • Save eevmanu/69c187afd1076717c7d0 to your computer and use it in GitHub Desktop.
Save eevmanu/69c187afd1076717c7d0 to your computer and use it in GitHub Desktop.
Snippet for utf-8 python
<!-- See http://www.sublimetext.com/docs/snippets for more information -->
<snippet>
<content><![CDATA[# coding=utf-8]]></content>
<tabTrigger>utfc</tabTrigger>
<scope>source.python</scope>
<description>coding: utf-8</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment