Skip to content

Instantly share code, notes, and snippets.

@krypton
Created August 22, 2012 08:41

Revisions

  1. Tiago Dias created this gist Aug 22, 2012.
    24 changes: 24 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    {
    "bold_folder_labels": true,
    "color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme",
    "default_encoding": "ISO-8859-1",
    "detect_indentation": false,
    "draw_minimap_border": true,
    "font_face": "Bitstream Vera Sans Mono",
    "font_size": 10,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages": [
    "Vintage"
    ],
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "rulers": [
    80,
    120
    ],
    "theme": "Soda Dark.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_automatic_white_space": true,
    "trim_trailing_white_space_on_save": true
    }