Skip to content

Instantly share code, notes, and snippets.

@ddnode
Created January 29, 2015 06:01
Show Gist options
  • Save ddnode/4ffebc6680d74612773c to your computer and use it in GitHub Desktop.
Save ddnode/4ffebc6680d74612773c to your computer and use it in GitHub Desktop.

Revisions

  1. ddnode created this gist Jan 29, 2015.
    23 changes: 23 additions & 0 deletions sublime
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    {
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "default_line_ending": "unix",
    "draw_white_space": "all",
    "ensure_newline_at_eof_on_save": true,
    "fallback_encoding": "UTF-8",
    "font_size": 14,
    "ignored_packages":
    [
    "Vintage"
    ],
    "rulers":
    [
    80
    ],
    "shift_tab_unindent": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "trim_trailing_white_space_on_save": true,
    "use_tab_stops": true,
    "word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
    }