Skip to content

Instantly share code, notes, and snippets.

@sutter
Created September 8, 2013 21:31
Show Gist options
  • Save sutter/6488575 to your computer and use it in GitHub Desktop.
Save sutter/6488575 to your computer and use it in GitHub Desktop.
Sublime Text 2 Personal preferences settings
{
"default_encoding": "UTF-8",
"font_face": "Inconsolata",
"font_size": 16.0,
"tab_size": 4,
"theme": "Flatland Dark.sublime-theme",
"color_scheme": "Packages/Theme - Flatland/Flatland Monokai.tmTheme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"auto_complete": true,
"auto_indent": true,
"bold_folder_labels": true,
"detect_indentation": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"find_selected_text": true,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"match_brackets_angle": false,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"remember_open_files": true,
"scroll_past_end": true,
"word_wrap": true,
"folder_exclude_patterns": [".sass-cache",".svn", ".git", ".hg", "CVS"],
"file_exclude_patterns": [".DS_Store", "*.psd", "*.db", ".scssc"],
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment