Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@praveenpuglia
Last active October 13, 2015 08:27
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 praveenpuglia/4167230 to your computer and use it in GitHub Desktop.
Save praveenpuglia/4167230 to your computer and use it in GitHub Desktop.
Sublime settings I use
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Colorsublime - Themes/Xcode_default.tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"font_face": "InputMono",
"font_options":
[
"directwrite"
],
"font_size": 10,
"freesia_large_hscroll": true,
"freesia_soft_tab_marker": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 0,
"original_color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"overlay_scroll_bars": "enabled",
"spell_check": true,
"tabs_small": true,
"theme": "Piatto Light 3.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true
}
@praveenpuglia
Copy link
Author

exhaustive and researched settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment