Skip to content

Instantly share code, notes, and snippets.

@lstanard
Last active June 15, 2017 20:59
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 lstanard/be8a54afcc92c29a2c6304c82e3e4e87 to your computer and use it in GitHub Desktop.
Save lstanard/be8a54afcc92c29a2c6304c82e3e4e87 to your computer and use it in GitHub Desktop.
{
"auto_complete_delay": 5,
"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_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Agila Theme/Agila Oceanic Next.tmTheme",
"detect_slow_plugins": false,
"extract_sublime_package_ask_on_open": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"config.codekit",
"*.sublime-project",
"*.sublime-workspace",
"*.css.map"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".codekit-cache"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"AngularJS",
"CSS",
"Theme - Phoenix",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": true,
"remember_open_files": true,
"scroll_past_end": true,
"show_tab_close_buttons": true,
"theme": "Agila.sublime-theme",
"theme_agila_compact_sidebar": true,
"theme_agila_sidebar_font_small": true,
"theme_agila_sidebar_heading_pink": true,
"theme_agila_sidebar_small": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false,
"wide_caret": true,
"word_wrap": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"detect_indentation": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment