Skip to content

Instantly share code, notes, and snippets.

@mavisland
Created April 13, 2018 19:26
Show Gist options
  • Save mavisland/339663a80d7481e1979a88bc7198141a to your computer and use it in GitHub Desktop.
Save mavisland/339663a80d7481e1979a88bc7198141a to your computer and use it in GitHub Desktop.
{
"always_prompt_for_file_reload": true,
"auto_complete_commit_on_tab": true,
"auto_complete_selector": "source, text",
"auto_complete_triggers":
[
{
"characters": "<",
"selector": "text.html"
},
{
"characters": ".",
"selector": "source.js"
}
],
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme",
"copy_with_empty_selection": false,
"default_encoding": "UTF-8",
"default_line_ending": "system",
"drag_text": false,
"draw_white_space": "all",
"enable_tab_scrolling": true,
"extra_file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace"
],
"extra_folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS"
],
"fade_fold_buttons": false,
"find_selected_text": true,
"flatland_sidebar_tree_large": true,
"flatland_square_tabs": true,
"fold_buttons": true,
"font_face": "Hack",
"font_options":
[
],
"font_size": 14,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"open_files_in_new_window": true,
"rulers":
[
80
],
"shift_tab_unindent": true,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"show_panel_on_build": true,
"show_tab_close_buttons": true,
"smart_indent": true,
"spacegray_fileicons": true,
"spacegray_sidebar_font_large": true,
"spacegray_sidebar_tree_large": true,
"spacegray_tabs_auto_width": true,
"spacegray_tabs_font_large": true,
"spacegray_tabs_large": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Agila Dracula.sublime-theme",
"theme_agila_camouflage": true,
"theme_agila_sidebar_medium": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment