Skip to content

Instantly share code, notes, and snippets.

@pestrickland
Last active October 28, 2015 07:32
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 pestrickland/0e53a61f836fc87a25cd to your computer and use it in GitHub Desktop.
Save pestrickland/0e53a61f836fc87a25cd to your computer and use it in GitHub Desktop.
My settings for Sublime Text 3
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"__pycache__"
],
"font_face": "Ubuntu Mono",
// "font_face": "Source Code Pro",
// "font_face": "Meslo LG L",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
// "font_size": 12,
// "font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"Anaconda"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"indent_to_bracket": true,
"line_padding_bottom": 1, // Set for Ubuntu Mono. 0 default.
"line_padding_top": 1, // Set for Ubuntu Mono. 0 default.
"preview_on_click": false,
"rulers":
[
79
],
"shift_tab_unindent": true,
"show_panel_on_build": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark 3.sublime-theme",
// "theme": "Numix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment