Skip to content

Instantly share code, notes, and snippets.

@saschagehlich
Created July 5, 2014 13:03

Revisions

  1. saschagehlich created this gist Jul 5, 2014.
    33 changes: 33 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    {
    "color_scheme": "Packages/User/hyrule-contrast (SL).tmTheme",
    "ensure_newline_at_eof_on_save": true,
    "folder_exclude_patterns":
    [
    ".svn",
    ".git",
    ".hg",
    "CVS",
    ".idea",
    "tmp"
    ],
    "font_size": 14,
    "highlight_line": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "index_files": false,
    "rulers":
    [
    80
    ],
    "scroll_past_end": true,
    "sublimelinter": true,
    "tab_size": 2,
    "theme": "Soda Dark 3.sublime-theme",
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
    "trim_trailing_white_space_on_save": true,
    "wombat_color_blue": true,
    "wombat_dirty_bottom_bar_blue": true
    }