Skip to content

Instantly share code, notes, and snippets.

@alepee
Last active August 29, 2015 14:00
Show Gist options
  • Save alepee/11284946 to your computer and use it in GitHub Desktop.
Save alepee/11284946 to your computer and use it in GitHub Desktop.
SublimeText preferences
{
"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,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": false,
"caret_style": "smooth",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/Tomorrow_Night_Blue (SL).tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "system",
"detect_indentation": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
"fallback_encoding": "UTF-8",
"find_selected_text": true,
"fold_buttons": true,
"font_face": "Monaco",
"font_size": 13,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Gutter Color",
"Vintage",
"Markdown"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"indent_subsequent_lines": true,
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": -1,
"match_brackets": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_tags": true,
"scroll_past_end": true,
"shift_tab_unindent": false,
"show_full_path": true,
"soda_folder_icons": true,
"spell_check": false,
"tab_completion": true,
"tab_size": 2,
"theme": "Eightlime Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment