Skip to content

Instantly share code, notes, and snippets.

@eswat2
Created July 1, 2016 15:44
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 eswat2/2863b4c3d0d0094c3ce28919363257d0 to your computer and use it in GitHub Desktop.
Save eswat2/2863b4c3d0d0094c3ce28919363257d0 to your computer and use it in GitHub Desktop.
My Sublime Text 3 settings
{
"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/Colorsublime-Themes/TronLegacy2.tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"font_options":
[
"gray_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"AngularJS",
"SideBarEnhancements",
"Theme - Flatland",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment