Skip to content

Instantly share code, notes, and snippets.

@millisami
Forked from soffes/perferences.json
Created August 22, 2012 11:17
Show Gist options
  • Save millisami/3424569 to your computer and use it in GitHub Desktop.
Save millisami/3424569 to your computer and use it in GitHub Desktop.
My Sublime Text 2 config
{
"auto_complete_delay": 100,
"caret_style": "blink",
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"draw_minimap_border": false,
"ensure_newline_at_eof_on_save": false,
"font_face": "Monaco",
"font_size": 15.0,
"highlight_line": true,
"file_exclude_patterns":
[
".tags",
".tags_sorted_by_file",
".DS_Store",
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"highlight_modified_tabs": false,
"indent_to_bracket": true,
"ignored_packages":
[
"Vintage"
],
"match_brackets_angle": true,
"show_full_path": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment