Skip to content

Instantly share code, notes, and snippets.

@nvzqz
Last active August 29, 2015 14:15
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 nvzqz/4893b03098e472d64b7a to your computer and use it in GitHub Desktop.
Save nvzqz/4893b03098e472d64b7a to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"caret_style": "solid",
"centurion_color_blue": true,
"color_scheme": "Packages/User/peacock.tmTheme",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"find_selected_text": true,
"font_face": "Source Code Pro",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"save_on_focus_lost": true,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 4,
"theme": "Numix Dark.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"update_check": false,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment