Skip to content

Instantly share code, notes, and snippets.

@hugocore
Last active December 22, 2015 10:28
Show Gist options
  • Save hugocore/6458552 to your computer and use it in GitHub Desktop.
Save hugocore/6458552 to your computer and use it in GitHub Desktop.
Sublime
=========
Settings
-----------
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"theme": "Default.sublime-theme",
"detect_indentation": true,
"auto_indent": true,
"smart_indent": true,
"indent_to_bracket": false,
"detect_slow_plugins": false,
"draw_minimap_border": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "UTF-8",
"line_numbers": true,
"word_wrap": "auto",
"auto_match_enabled": true,
"indent_subsequent_lines": true,
"caret_style": "smooth",
"scroll_past_end": false,
"drag_text": true,
"highlight_modified_tabs": true,
"find_selected_text": true,
"draw_white_space": "selection",
"draw_indent_guides": true,
"indent_guide_options": ["draw_normal"],
"file_exclude_patterns":
[
"*.psd",
"*.psb",
"*.png",
"*.gif",
"*.jpg",
"*.jpeg",
"Gemfile.lock",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.ico",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.pdf",
"*.class",
"*.mov",
"*.mp3",
"*.mp4",
"*.swf",
"*.xls",
"*.bak",
"*.backup",
"*.acorn",
"*.license",
"*.zargo*",
"*.sublime-project",
"*.sublime-workspace",
"*.gitignore",
"README.md"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
"*.esproj",
"*.tiles",
"*.svn"
],
"font_size": 12.0,
"gutter": true,
"margin": 4,
"fade_fold_buttons": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"match_tags": true,
"match_selection": true,
"match_brackets_braces": true,
"match_brackets_square": true,
"match_brackets_content": true,
"match_brackets_angle": true,
"match_brackets": true,
"mouse_wheel_switches_tabs": false,
"rulers":
[
],
"save_on_focus_lost": true,
"soda_classic_tabs": true,
"tab_completion": true,
"auto_complete": true,
"auto_complete_delay": 50,
"tab_size": 4,
"translate_tabs_to_spaces": false,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"use_tab_stops": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?_",
"word_wrap": true,
"wrap_width": 140
}
Plugins
--------------
```Soon
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment