Skip to content

Instantly share code, notes, and snippets.

@kaustavdm
Last active August 29, 2015 14:15
Show Gist options
  • Save kaustavdm/021c4ba539e5984ea7c7 to your computer and use it in GitHub Desktop.
Save kaustavdm/021c4ba539e5984ea7c7 to your computer and use it in GitHub Desktop.
Sublime Text 2 user config
{
"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": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": true,
"drag_text": true,
"draw_centered": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"enable_hexadecimal_encoding": true,
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "Western (Windows 1252)",
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal"
],
"indent_subsequent_lines": true,
"indent_to_bracket": false,
"line_padding_bottom": 0,
"line_padding_top": 0,
"match_brackets": true,
"match_brackets_angle": false,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"move_to_limit_on_up_down": false,
"save_on_focus_lost": false,
"scroll_past_end": true,
"show_tab_close_buttons": true,
"smart_indent": true,
"tab_completion": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment