Skip to content

Instantly share code, notes, and snippets.

@mtully
Last active December 17, 2015 09:09
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 mtully/5585353 to your computer and use it in GitHub Desktop.
Save mtully/5585353 to your computer and use it in GitHub Desktop.
Sublime Text 2 Settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"caret_style": "solid",
"color_scheme": "Packages/Theme - Flatland/Flatland Dark.tmTheme",
"create_window_at_startup": false,
"draw_white_space": "selection",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.db",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.ncb",
"*.o",
"*.obj",
"*.pdb",
"*.pdf",
"*.psd",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.suo",
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
"CVS",
"log",
"tmp",
".bundle",
".git",
".hg",
".sass-cache",
".svn"
],
"font_face": "Source Code Pro",
"font_options": [ "no_bold", "subpixel_antialias" ],
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [ "Vintage" ],
"line_padding_bottom": 3,
"line_padding_top": 3,
"rulers": [ 80, 120 ],
"scroll_past_end": true,
"tab_completion": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"wide_caret": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment