Skip to content

Instantly share code, notes, and snippets.

@CristianLlanos
Created October 18, 2015 04:20
Show Gist options
  • Save CristianLlanos/1583aaf4bb68382739f1 to your computer and use it in GitHub Desktop.
Save CristianLlanos/1583aaf4bb68382739f1 to your computer and use it in GitHub Desktop.
{
"folders":
[
{
"folder_exclude_patterns":
[
".git",
".idea"
],
"file_exclude_patterns": [],
"path": ".",
}
],
"settings":
{
"binary_file_patterns":
[
"*.po",
"*.mo",
"*.min.*"
],
"bold_folder_labels": false,
"default_line_ending": "windows",
"rulers": [ 120 ],
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"tab_completion": false,
"tab_size": 4,
"detect_indentation": true,
"translate_tabs_to_spaces": false,
"use_tab_stops": true
},
"build_systems" :
[
{
"name": "Gulp",
"shell_cmd": "gulp"
},
{
"name": "Gulp Production",
"shell_cmd": "gulp --production"
},
{
"name": "Gulp Watcher",
"shell_cmd": "gulp watch"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment