Skip to content

Instantly share code, notes, and snippets.

@pixonte
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save pixonte/10de10dd29234517fa0b to your computer and use it in GitHub Desktop.

Select an option

Save pixonte/10de10dd29234517fa0b to your computer and use it in GitHub Desktop.
My Sublime Text 2 User settings
{
"auto_close_tags": true,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": "/",
"selector": "string.quoted.double.html,string.quoted.single.html,source.css"
}
],
"auto_complete_with_fields": true,
"bold_folder_labels": false,
"caret_style": "phase",
"close_affected_buffers_when_deleting_even_if_dirty": true,
"close_windows_when_empty": false,
"color_pick_upcase": false,
"color_scheme": "Packages/colour-schemes-master/TronLight.tmTheme",
"detect_indentation": false,
"drag_text": false,
"draw_indent_guides": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".git",
"*.pyc",
"*.exe",
".DS_Store"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".jhw-cache",
"tmp",
"coverage",
"log",
".sass-cache",
"node_modules",
"pkg",
".bundle",
".grunt",
".vagrant"
],
"font1": "Consolas, Droid Sans Mono, Meslo LG M Regular, DEjaVu Sans Mono, Anonymous Pro, Source Code Pro",
"font_face": "Consolas",
"font_options":
[
"directwrite",
"gray_antialias"
],
"font_size": 12.0,
"highlight_line": false,
"highlight_modified_tabs": true,
"ignored_packages":
[
"HTMLBeautify",
"HTML",
"Ruby",
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"indent_to_bracket": false,
"line_padding_bottom": 2,
"line_padding_top": 2,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"rulers":
[
110
],
"scroll_past_end": false,
"show_encoding": true,
"show_full_path": false,
"show_line_endings": true,
"show_panel_on_build": true,
"show_tab_close_buttons": true,
"tab_completion": true,
"tab_size": 3,
"theme2": "Brogrammer.sublime-theme",
"translate_tabs_to_spaces": false,
"trim_trailing_white_space_on_save": true,
"wide_caret": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment