Skip to content

Instantly share code, notes, and snippets.

@ctrabold
Created August 18, 2013 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ctrabold/6264473 to your computer and use it in GitHub Desktop.
Save ctrabold/6264473 to your computer and use it in GitHub Desktop.
~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User
{
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 30,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"create_window_at_startup": true,
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_size": 17,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"margin": 2,
"preview_on_click": true,
"rulers":
[
80
],
"scroll_speed": 5.0,
"show_full_path": true,
"spell_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": false,
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment