Skip to content

Instantly share code, notes, and snippets.

@corysimmons
Created October 14, 2014 23:01
Show Gist options
  • Save corysimmons/14ed8fddcb73f45807f9 to your computer and use it in GitHub Desktop.
Save corysimmons/14ed8fddcb73f45807f9 to your computer and use it in GitHub Desktop.
My Sublime Text user settings
{
"auto_complete": false,
"autocomplete_commit_on_tab": false,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/dark-pastel (SL).tmTheme",
"create_window_at_startup": false,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"JsFormat"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"remember_open_files": false,
"show_panel_on_build": false,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"trailing_spaces_highlight_color": "keyword",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment