Skip to content

Instantly share code, notes, and snippets.

@thejsj
Created November 1, 2014 17:11
Show Gist options
  • Save thejsj/d27d57c129691e1ebc90 to your computer and use it in GitHub Desktop.
Save thejsj/d27d57c129691e1ebc90 to your computer and use it in GitHub Desktop.
Sublime Text User Settings
{
"auto_complete": true,
"bold_folder_labels": true,
"caret_style": "blink",
"close_windows_when_empty": true,
"draw_indent_guides": true,
"ensure_newline_at_eof_on_save": true,
"font_face": "menlo",
"font_size": 17.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"SideBarEnhancements",
"SublimeLinter-coffee",
"SublimeLinter-json",
"SublimeLinter-annotations",
"Better CoffeeScript",
"DashDoc",
"SublimeLinter",
"DocBlockr",
"AdvancedNewFile",
"Vintage",
"BracketHighlighter",
"SublimeLinter-jshint",
"Theme - Cobalt2"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"remember_open_files": false,
"show_encoding": true,
"show_full_path": true,
"show_line_endings": true,
"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