Skip to content

Instantly share code, notes, and snippets.

@ianchesal
Last active August 29, 2015 14:01
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 ianchesal/ae7da2533f43440fc14b to your computer and use it in GitHub Desktop.
Save ianchesal/ae7da2533f43440fc14b to your computer and use it in GitHub Desktop.
My Sublime Text 2 User Preferences File
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"draw_indent_guides": true,
"draw_white_space": "selection",
"file_exclude_patterns":
[
".DS_Store",
"*.lib",
"*.log",
"*.pyc",
"*.pyo"
],
"folder_exclude_patterns":
[
".git",
".bundle",
".sass-cache",
".svn",
".hg"
],
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"SublimeLinter"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"remember_open_files": true,
"remember_open_folders": true,
"scroll_past_end": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wide_caret": true,
"word_wrap": true,
"rulers": [80, 120]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment