Skip to content

Instantly share code, notes, and snippets.

@TSMMark
Created October 27, 2015 16:27

Revisions

  1. TSMMark created this gist Oct 27, 2015.
    19 changes: 19 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    {
    "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
    }