Skip to content

Instantly share code, notes, and snippets.

@kirstein
Created February 16, 2013 20:26
Show Gist options
  • Select an option

  • Save kirstein/4968598 to your computer and use it in GitHub Desktop.

Select an option

Save kirstein/4968598 to your computer and use it in GitHub Desktop.
Sublime user settings
{
"show_minimap": false,
"auto_complete": false,
"close_windows_when_empty": false,
"ensure_newline_at_eof_on_save": true,
"font_size": 14.0,
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"spell_check": true,
"draw_white_space": "all",
"line_padding_bottom": 1,
"font_face": "inconsolata",
"caret_style": "phase",
"ignored_packages": [""],
"jshint_options": {
"browser": true,
"evil": true,
"latedef": true,
"laxcomma": true,
"newcap": true,
"regexdash": true,
"regexp": true,
"sub": true,
"trailing": true,
"wsh": true
},
"translate_tabs_to_spaces": true,
"tab_completion": true,
"save_on_focus_lost": true,
"highlight_line": true,
"auto_complete_commit_on_tab": true,
"auto_complete_delay": 50,
"rulers": [120],
"sublimelinter_fill_outlines": true,
"tab_size": 2,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"find_selected_text": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_build", "dist", "build", "site", "target"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment