Skip to content

Instantly share code, notes, and snippets.

@liquidvisual
Created July 7, 2014 05:42
Show Gist options
  • Select an option

  • Save liquidvisual/60e062ace735f48c709d to your computer and use it in GitHub Desktop.

Select an option

Save liquidvisual/60e062ace735f48c709d to your computer and use it in GitHub Desktop.

Revisions

  1. liquidvisual created this gist Jul 7, 2014.
    36 changes: 36 additions & 0 deletions Preferences
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    {
    "animation_enabled": false,
    "auto_indent": true,
    "caret_extra_width": 1,
    "close_windows_when_empty": true,
    "color_scheme": "Packages/Predawn/predawn.tmTheme",
    "copy_with_empty_selection": false,
    "drag_text": true,
    "draw_minimap_border": true,
    "enable_tab_scrolling": false,
    "font_face": "Source Code Pro",
    "font_options":
    [
    ],
    "font_size": 12,
    "highlight_line": false,
    "indent_to_bracket": true,
    "line_padding_bottom": 2,
    "line_padding_top": 2,
    "match_brackets_content": false,
    "match_selection": false,
    "match_tags": false,
    "open_files_in_new_window": true,
    "overlay_scroll_bars": "enabled",
    "preview_on_click": true,
    "scroll_past_end": false,
    "scroll_speed": 5.0,
    "show_full_path": false,
    "smart_indent": true,
    "tab_completion": false,
    "tabs_small": true,
    "theme": "predawn.sublime-theme",
    "translate_tabs_to_spaces": true,
    "tree_animation_enabled": false,
    "trim_trailing_white_space_on_save": true
    }