Skip to content

Instantly share code, notes, and snippets.

@asserchiu
Last active October 23, 2016 09:05
Show Gist options
  • Save asserchiu/10467282 to your computer and use it in GitHub Desktop.
Save asserchiu/10467282 to your computer and use it in GitHub Desktop.
Sublime Text Preference
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
".vagrant",
"CVS",
"_build",
"build",
"dist",
"site",
"venv",
],
"font_options":
[
"subpixel_antialias",
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
72,
79,
],
"show_encoding": true,
"show_line_endings": true,
"show_tab_close_buttons": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment