Skip to content

Instantly share code, notes, and snippets.

@shawnhansen
Last active August 29, 2015 14:17
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 shawnhansen/912715f76444c9917361 to your computer and use it in GitHub Desktop.
Save shawnhansen/912715f76444c9917361 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"create_window_at_startup": true,
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_face": "Source Code Pro",
"font_size": 16.0,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": false,
"remember_open_files": false,
"save_on_focus_lost": true,
"scroll_past_end": true,
"spacegray_tabs_font_normal": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?",
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment