Skip to content

Instantly share code, notes, and snippets.

@wrick17
Last active August 29, 2015 14:16
Show Gist options
  • Save wrick17/08f60cabe8f6c591c1e5 to your computer and use it in GitHub Desktop.
Save wrick17/08f60cabe8f6c591c1e5 to your computer and use it in GitHub Desktop.
sublime settings preferences
[
{ "keys": ["ctrl+shift+f"], "command": "reindent", "args": {"single_line": false} },
{ "keys": ["ctrl+shift+space"], "command": "afn_show_filenames",
"context":
[
{ "key": "afn_use_keybinding", "operator": "equal", "operand": true }
]
},
{ "keys": ["ctrl+shift+j"], "command": "json_reindent"},
{ "keys": ["ctrl+alt+shift+j"], "command": "jsbeautify"},
{ "keys": ["ctrl+alt+shift+h"], "command": "html_beautify"},
]
{
"in_process_packages":
[
],
"installed_packages":
[
"AngularJS",
"Auto Semi-Colon",
"AutoFileName",
"Autoprefixer",
"ChangeQuotes",
"Colorsublime",
"CSS Extended Completions",
"CSS3",
"Dayle Rees Color Schemes",
"EditorConfig",
"FileBrowser",
"FixMyJS",
"Git",
"Git Conflict Resolver",
"Handlebars",
"HTMLBeautify",
"Jade",
"JavaScript & NodeJS Snippets",
"Javascript Beautify",
"JavaScript Completions",
"jQuery",
"JSHint",
"JSON Reindent",
"LESS",
"MultiEditUtils",
"Numix Theme",
"Oasis Theme",
"Package Control",
"PackageResourceViewer",
"SCSS",
"SideBarEnhancements",
"sublime-github",
"SublimeCodeIntel",
"Theme - Cyanide",
"Theme - Numix",
"Theme - Spacegray",
"Theme - Tech49",
"ToDone"
]
}
{
"afn_use_keybinding": true,
"auto_complete": true,
"caret_extra_width": 2,
"color_scheme": "Packages/Theme - Tech49/Tech49.tmTheme",
"detect_indentation": true,
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.beam",
".DS_Store",
".tags"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".idea"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"GitGutter",
"Semicolon",
"HTML5",
"CSS Extended Completions",
"Ember.js Snippets",
"JS Snippets",
"AutoFileName",
"Vintage"
],
"node_path": "/usr/bin/node/",
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_full_path": true,
"show_minimap": false,
"tab_size": 2,
"theme": "Cyanide.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment