Skip to content

Instantly share code, notes, and snippets.

@radium-v
Created April 21, 2014 16:01
Show Gist options
  • Save radium-v/11147060 to your computer and use it in GitHub Desktop.
Save radium-v/11147060 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"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,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_style": "blink",
"close_windows_when_empty": false,
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"copy_with_empty_selection": true,
"default_line_ending": "system",
"detect_indentation": true,
"dictionary": "Packages/Language - English/en_US.dic",
"drag_text": true,
"draw_centered": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "selection",
"enable_hexadecimal_encoding": true,
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": false,
"fade_fold_buttons": false,
"fallback_encoding": "Western (Windows 1252)",
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.db",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.ncb",
"*.obj",
"*.o",
"*.pdb",
"*.psd",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.suo",
"*.DS_Store",
"._*"
],
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".git",
".hg",
".svn",
"CVS",
"node_modules"
],
"font_face": "Menlo-Regular",
"font_size": 17.0,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_subsequent_lines": true,
"indent_to_bracket": false,
"index_exclude_patterns":
[
"/Users/john.kreitlow/src/acceptresponsibility.org/symfony/app/cache*",
"*.log",
"/Users/john.kreitlow/src/acceptresponsibility.org/symfony/web*",
"/Users/john.kreitlow/src/acceptresponsibility.org/web*"
],
"line_numbers": true,
"line_padding_bottom": 0,
"line_padding_top": 0,
"margin": 4,
"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,
"open_files_in_new_window": false,
"original_color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"overlay_scroll_bars": "system",
"preview_on_click": true,
"remember_open_files": true,
"rulers":
[
80,
100,
120
],
"save_on_focus_lost": false,
"scroll_past_end": true,
"scroll_speed": 1.0,
"shift_tab_unindent": true,
"show_full_path": true,
"show_line_endings": true,
"show_panel_on_build": false,
"show_tab_close_buttons": false,
"smart_indent": true,
"spell_check": false,
"tab_completion": false,
"tab_size": 4,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": false,
"tree_animation_enabled": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": false,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment