Skip to content

Instantly share code, notes, and snippets.

@alexrqs
Created May 21, 2015 19:38
Show Gist options
  • Save alexrqs/10f5314b468c547d6f41 to your computer and use it in GitHub Desktop.
Save alexrqs/10f5314b468c547d6f41 to your computer and use it in GitHub Desktop.
sublime text 3 preferences
{
"always_prompt_for_file_reload": false,
"atomic_save": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Seti_UI/Scheme/Seti.tmTheme",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules",
".sass-cache"
],
"font_size": 20,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"match_brackets_braces": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": true,
"spell_check": true,
"tab_size": 2,
"theme": "Seti.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment