Skip to content

Instantly share code, notes, and snippets.

@kinopyo
Created June 28, 2012 00:47
Show Gist options
  • Save kinopyo/3007933 to your computer and use it in GitHub Desktop.
Save kinopyo/3007933 to your computer and use it in GitHub Desktop.
My SublimeText2 Preferences.sublime-settings
{
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme",
"draw_minimap_border": true,
"find_selected_text": true,
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15.0,
"highlight_line": true,
"ignored_packages":
[
"Vintage",
"BracketHighlighter"
],
"open_files_in_new_window": true,
"folder_exclude_patterns": ["tmp", ".sass-cache", "log"],
"rulers": [80, 128],
"save_on_focus_lost": true,
"shift_tab_unindent": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"wordwarp": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment