Skip to content

Instantly share code, notes, and snippets.

@TSMMark
Created October 27, 2015 16:27
Show Gist options
  • Save TSMMark/7a22ff752185073d9c60 to your computer and use it in GitHub Desktop.
Save TSMMark/7a22ff752185073d9c60 to your computer and use it in GitHub Desktop.
SublimeText 3 settings
{
"auto_find_in_selection": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"margin": 4,
"remember_open_files": true,
"scroll_past_end": true,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"tree_animation_enabled": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment