Skip to content

Instantly share code, notes, and snippets.

@alexdunae
Created October 24, 2014 18:26
Show Gist options
  • Save alexdunae/7cf75fd27330dd0000d1 to your computer and use it in GitHub Desktop.
Save alexdunae/7cf75fd27330dd0000d1 to your computer and use it in GitHub Desktop.
{
"folders":
[
{
"file_exclude_patterns":
[
"*.sublime-workspace",
"*.sublime-project",
".gitmodules",
".jshintrc"
],
"folder_exclude_patterns":
[
"*"
],
"follow_symlinks": true,
"name": "base",
"path": "."
},
{
"folder_exclude_patterns":
[
"*"
],
"follow_symlinks": true,
"name": "www",
"path": "www"
},
{
"file_exclude_patterns":
[
"*.css"
],
"folder_exclude_patterns":
[
"lib/createsend-php",
"lib/advanced-custom-fields-pro"
],
"follow_symlinks": true,
"name": "theme",
"path": "www/wp-content/themes/early-years"
}
],
"settings":
{
"ensure_newline_at_eof_on_save": true,
"tab_size": 2,
"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