Skip to content

Instantly share code, notes, and snippets.

@m3mnoch
Last active August 29, 2015 14:05
Show Gist options
  • Save m3mnoch/1735726476f6ee68847b to your computer and use it in GitHub Desktop.
Save m3mnoch/1735726476f6ee68847b to your computer and use it in GitHub Desktop.
Sublime Text User Preferences
{
"always_show_minimap_viewport": true,
"auto_complete": false,
"auto_match_enabled": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"copy_with_empty_selection": false,
"create_window_at_startup": true,
"default_line_ending": "unix",
"enable_tab_scrolling": false,
"find_selected_text": true,
"ignored_packages":
[
"Vintage"
],
"indent_size": " ",
"open_files_in_new_window": false,
"scroll_past_end": true,
"spell_check": true,
"word_wrap": false,
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment