Skip to content

Instantly share code, notes, and snippets.

@johana-star
Last active October 13, 2015 15:57
Show Gist options
  • Save johana-star/4219682 to your computer and use it in GitHub Desktop.
Save johana-star/4219682 to your computer and use it in GitHub Desktop.
My sublime settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_minimap_border": true,
"fade_fold_buttons": false,
"font_face": "Courier Prime",
"font_size": 26.0,
"highlight_modified_tabs": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"rulers":
[
78,
80
],
"save_on_focus_lost": true,
"spell_check": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word-wrap": true,
"wrap_width": 82
}
@johana-star
Copy link
Author

@johana-star
Copy link
Author

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