Skip to content

Instantly share code, notes, and snippets.

@chilinaz
Created May 7, 2015 05:32
Show Gist options
  • Save chilinaz/b19dc1f9efb5440ce8be to your computer and use it in GitHub Desktop.
Save chilinaz/b19dc1f9efb5440ce8be to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
// My Default User Settings for Sublime Text 3 Mac OS
// Updated: Wed May 6 22:19:58 2015
{
"ignored_packages":
[
"Vintage"
],
"remember_full_screen": true,
"highlight_modified_tabs": true,
"show_full_path": true,
"draw_minimap_border": false,
"bold_folder_labels": true,
"open_files_in_new_window": false,
"close_windows_when_empty": false,
"move_to_limit_on_up_down": false,
"indent_subsequent_lines": false,
"scroll_past_end": true,
"scroll_speed": 0.5,
"find_selected_text": true,
"word_wrap": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment