Skip to content

Instantly share code, notes, and snippets.

@josecolella
Created February 2, 2017 20:02
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 josecolella/1001f8aa77e165a3146ce16fc8480762 to your computer and use it in GitHub Desktop.
Save josecolella/1001f8aa77e165a3146ce16fc8480762 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences
{
"always_show_minimap_viewport": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python"
}
],
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/Monokai Extended/Monokai Extended Bright.tmTheme",
"detect_indentation": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".DS_Store",
"*.pid"
],
"folder_exclude_patterns":
[
".idea",
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias",
"no_bold"
],
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"RestructuredText",
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"indent_to_bracket": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"rulers":
[
79
],
"show_encoding": true,
"show_line_endings": true,
"show_panel_on_build": false,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_completion": false,
"tab_size": 4,
"tabs_small": true,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment