Skip to content

Instantly share code, notes, and snippets.

@jriverac
Last active October 11, 2018 20:54
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 jriverac/3720a0f238fd51214cab3a43c861d004 to your computer and use it in GitHub Desktop.
Save jriverac/3720a0f238fd51214cab3a43c861d004 to your computer and use it in GitHub Desktop.
Sublime Text 3 User Preferences #sublime #sublime_text
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"draw_indent_guides": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.log",
"*.dat",
".beam",
".DS_Store"
],
"font_face": "Hasklig",
"font_options":
[
"gray_antialias",
"dlig"
],
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"StatusMessage",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": true,
"line_numbers": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 10,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"show_full_path": true,
"sidebar_font_big": false,
"sidebar_xlarge": false,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment