Skip to content

Instantly share code, notes, and snippets.

@ltenzil
Created December 15, 2017 10:46
Show Gist options
  • Select an option

  • Save ltenzil/c9c065c97a06a771324e3234c963feed to your computer and use it in GitHub Desktop.

Select an option

Save ltenzil/c9c065c97a06a771324e3234c963feed to your computer and use it in GitHub Desktop.
Settings for sublime
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Breakers.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_warp": true,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment