Skip to content

Instantly share code, notes, and snippets.

@dhandeo
Last active August 29, 2015 14:18
Show Gist options
  • Save dhandeo/6cbbebf9aa623fbb9dc7 to your computer and use it in GitHub Desktop.
Save dhandeo/6cbbebf9aa623fbb9dc7 to your computer and use it in GitHub Desktop.
Sublime Text 3 user configuration
{
"font_size": 14,
"ignored_packages":
[
"Vintage",
"RestructuredText"
],
"pep8_ignore":
[
"E501"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
// Refresh folder list with F5
"keys": ["f5"], "command": "refresh_folder_list"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment