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.
Sublime Text 3 Preferences
{
"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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment