Skip to content

Instantly share code, notes, and snippets.

@BKcore
Last active January 2, 2016 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BKcore/8264380 to your computer and use it in GitHub Desktop.
Save BKcore/8264380 to your computer and use it in GitHub Desktop.
Sublime Text 3 prefs.
{
"always_show_minimap_viewport": true,
"atomic_save": false,
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".@",
"selector": "source.coffee, source.litcoffee, source.coffee.md"
}
],
"binary_file_patterns":
[
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_style": "phase",
"coffee_path": "/usr/local/lib/node_modules/coffee-script/bin",
"color_scheme": "Packages/User/Monokai (SL).tmTheme",
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.bc",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"find_selected_text": true,
"fold_buttons": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"emsdk_portable",
"node_modules"
],
"font_face": "Envy Code R",
"font_options":
[
"directwrite"
],
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"SublimeCodeIntel",
"GitGutter",
"CoffeeComplete Plus (Autocompletion)",
"Vintage",
"Git Conflict Resolver"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"node_path": "/usr/local/bin",
"open_files_in_new_window": false,
"overlay_scroll_bars": "system",
"rulers":
[
100
],
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Dark 3.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment