Skip to content

Instantly share code, notes, and snippets.

@runozo
Created March 31, 2015 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runozo/e5c747f54b0167654d62 to your computer and use it in GitHub Desktop.
Save runozo/e5c747f54b0167654d62 to your computer and use it in GitHub Desktop.
My user config file for Sublime Text3 (Python oriented)
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"__pycache__"
],
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"preview_on_click": false,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment