Skip to content

Instantly share code, notes, and snippets.

@nerdpruitt
Created July 15, 2015 13:13
Show Gist options
  • Save nerdpruitt/fdd44c70fb6054ef405f to your computer and use it in GitHub Desktop.
Save nerdpruitt/fdd44c70fb6054ef405f to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"Seti_sb_tree_miny": true,
"Seti_tabs_med": true,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
}
],
"auto_complete_with_fields": false,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/SublimeLinter/Seti (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"dist",
"site",
"_site",
".sass-cache",
"node_modules"
],
"font_face": "Fira Mono",
"font_size": 16.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment