Skip to content

Instantly share code, notes, and snippets.

@Anenth
Created February 11, 2015 07:05
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 Anenth/037d55ec3ec6ad809ba1 to your computer and use it in GitHub Desktop.
Save Anenth/037d55ec3ec6ad809ba1 to your computer and use it in GitHub Desktop.
sublime pref
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/base16-eighties.dark (SL).tmTheme",
"detect_indentation": false,
"draw_white_space": "selection",
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"tmp",
".sass-cache",
"node_modules",
"bower_components",
"public/*",
"app/libs",
"dist",
".bundle"
],
"font_size": 13,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"javascript_linter": "jslint",
"rulers":
[
80,
120
],
"save_on_focus_lost": true,
"spacegray_tabs_font_small": true,
"tab_size": 2,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment