Skip to content

Instantly share code, notes, and snippets.

@maxfenton
Last active August 29, 2015 14:08
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 maxfenton/f810c5d5aa1bbecdcb23 to your computer and use it in GitHub Desktop.
Save maxfenton/f810c5d5aa1bbecdcb23 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.scssc",
"*.codekit",
".gitignore",
"*.psd",
"kirby/",
"bower_components/"
],
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "phase",
"codeintel": true,
"codeintel_config":
{
"JavaScript":
{
"codeintel_max_recursive_dir_depth": 2,
"codeintel_scan_files_in_project": true,
"javascriptExtraPaths":
[
]
},
"PHP":
{
"codeintel_max_recursive_dir_depth": 5,
"codeintel_scan_files_in_project": true,
"phpExtraPaths":
[
]
}
},
"codeintel_enabled_languages":
[
"JavaScript",
"SCSS",
"HTML",
"Sass",
"HTML5",
"CSS",
"Twig",
"Less",
"Node.js",
"PHP"
],
"codeintel_live": true,
"codeintel_live_enabled_languages":
[
"JavaScript",
"SCSS",
"HTML",
"Sass",
"HTML5",
"CSS",
"Twig",
"Less",
"Node.js",
"PHP"
],
"codeintel_max_recursive_dir_depth": 10,
"codeintel_scan_exclude_dir":
{
"JavaScript":
[
"/build/",
"/min/"
]
},
"codeintel_scan_files_in_project": true,
"codeintel_selected_catalogs":
[
"jQuery",
"Rails"
],
"codeintel_snippets": true,
"codeintel_syntax_map":
{
"Python Django": "Python"
},
"codeintel_tooltips": "popup",
"color_scheme": "Packages/Wombat Extended/Wombat Extended.tmTheme",
// "color_scheme": "Packages/Monokai Extended/Monokai Extended.tmTheme",
"file_exclude_patterns":
[
".DS_Store",
"*.sublime-*",
".codekit-cache/"
],
"folder_exclude_patterns":
[
".codekit-cache",
".git"
],
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Erlang",
"C#",
"ActionScript",
"HTML-CSS-JS Prettify",
"CSSLint",
"Clojure",
"C++",
"ASP",
"Go",
"Haskell",
"Theme - Spacegray",
"Vintage",
"CSS"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"sublime_auto_complete": false,
"tab_size": 2,
"theme": "Wombat.sublime-theme",
"translate_tabs_to_spaces": true,
"wombat_color_blue": true,
"wombat_dirty_bottom_bar_blue": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment