Skip to content

Instantly share code, notes, and snippets.

@mattweb
Created August 20, 2014 07:04
Show Gist options
  • Select an option

  • Save mattweb/bd95c251159dd5a9339e to your computer and use it in GitHub Desktop.

Select an option

Save mattweb/bd95c251159dd5a9339e to your computer and use it in GitHub Desktop.

Revisions

  1. mattweb created this gist Aug 20, 2014.
    18 changes: 18 additions & 0 deletions Preferences.sublime-settings
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "always_show_minimap_viewport": true,
    "bold_folder_labels": false,
    "draw_minimap_border": true,
    "ensure_newline_at_eof_on_save": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "open_files_in_new_window": false,
    "preview_on_click": false,
    "show_encoding": true,
    "show_line_endings": true,
    "trim_trailing_white_space_on_save": true,
    "word_wrap": false
    }