Skip to content

Instantly share code, notes, and snippets.

@cmthakur
Last active October 9, 2015 10:08
Show Gist options
  • Save cmthakur/3486611 to your computer and use it in GitHub Desktop.
Save cmthakur/3486611 to your computer and use it in GitHub Desktop.
Pretty Look In Sublime Text
# Copy Paste these to Setting - User
{
"bold_folder_labels": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle"
],
"font_size": 14.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_active"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment