Skip to content

Instantly share code, notes, and snippets.

@Vall3y
Last active August 29, 2015 14:25
Show Gist options
  • Save Vall3y/7b3912637baa17108702 to your computer and use it in GitHub Desktop.
Save Vall3y/7b3912637baa17108702 to your computer and use it in GitHub Desktop.
Useful settings for sublime text
{
"always_show_minimap_viewport": true,
"caret_style": "smooth",
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"shift_tab_unindent": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false,
"save_on_focus_lost": true,
"bold_folder_labels": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment