Skip to content

Instantly share code, notes, and snippets.

@pastleo
Created June 9, 2014 20:34
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 pastleo/04d713878dc455f2ac50 to your computer and use it in GitHub Desktop.
Save pastleo/04d713878dc455f2ac50 to your computer and use it in GitHub Desktop.
My Preference.sublime-settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/User/PastLeoFaviColor1.tmTheme",
"detect_indentation": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"show_tab_close_buttons": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment