Skip to content

Instantly share code, notes, and snippets.

@jamescarlos
Last active December 15, 2015 14:09
Show Gist options
  • Save jamescarlos/5272536 to your computer and use it in GitHub Desktop.
Save jamescarlos/5272536 to your computer and use it in GitHub Desktop.

Revisions

  1. jamescarlos revised this gist Aug 22, 2014. 1 changed file with 8 additions and 5 deletions.
    13 changes: 8 additions & 5 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -4,23 +4,26 @@
    "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
    "detect_indentation": false,
    "detect_slow_plugins": false,
    "draw_minimap_border": true,
    "draw_white_space": "all",
    "font_face": "Source Code Pro",
    "font_size": 11.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage",
    "sublime-closure-linter",
    "sublimelint"
    "Vintage"
    ],
    "open_files_in_new_window": false,
    "rulers":
    [
    80,
    120
    ],
    "scroll_past_end": true,
    "show_full_path": true,
    "soda_classic_tabs": false,
    "soda_folder_icons": false,
    "theme": "Soda Dark 3.sublime-theme",
    "translate_tabs_to_spaces": true,
    "word_wrap": false
    }
    }
  2. jamescarlos created this gist Mar 29, 2013.
    26 changes: 26 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    {
    "bold_folder_labels": true,
    "caret_style": "phase",
    "color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
    "detect_indentation": false,
    "detect_slow_plugins": false,
    "draw_minimap_border": true,
    "font_face": "Source Code Pro",
    "font_size": 11.0,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage",
    "sublime-closure-linter",
    "sublimelint"
    ],
    "open_files_in_new_window": false,
    "rulers":
    [
    120
    ],
    "scroll_past_end": true,
    "translate_tabs_to_spaces": true,
    "word_wrap": false
    }