Skip to content

Instantly share code, notes, and snippets.

@anderssvendal
Created September 19, 2012 11:21
Show Gist options
  • Select an option

  • Save anderssvendal/3749134 to your computer and use it in GitHub Desktop.

Select an option

Save anderssvendal/3749134 to your computer and use it in GitHub Desktop.

Revisions

  1. anderssvendal created this gist Sep 19, 2012.
    33 changes: 33 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,33 @@
    {
    "auto_complete_commit_on_tab": true,
    "color_scheme": "Packages/Color Scheme - Default/Spacedust.tmTheme",
    "detect_indentation": true,
    "draw_white_space": "selection",
    "folder_exclude_patterns":
    [
    ".sass-cache",
    "tmp"
    ],
    "font_face": "Menlo",
    "font_size": 11.0,
    "highlight_line": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "rulers":
    [
    80,
    120
    ],
    "scroll_past_end": true,
    "show_panel_on_build": true,
    "soda_classic_tabs": false,
    "tab_size": 2,
    "theme": "Soda Dark.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "use_tab_stops": true,
    "word_wrap": true,
    "wrap_width": 120
    }