Skip to content

Instantly share code, notes, and snippets.

@jsplink
Last active October 12, 2015 17:51
Show Gist options
  • Save jsplink/61515442d19025b3d9d0 to your computer and use it in GitHub Desktop.
Save jsplink/61515442d19025b3d9d0 to your computer and use it in GitHub Desktop.
sublime user config
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"copy_with_empty_selection": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"*.log",
"*.sassc"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".grunt",
".sass-cache",
"coverage",
"docs",
"node_modules",
"public",
"vendor/bower",
"logs",
"features/reports",
"spec/reports",
"test/coverage"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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