Skip to content

Instantly share code, notes, and snippets.

@HavenShen
Last active January 2, 2017 08:53
Show Gist options
  • Save HavenShen/c7e0ec6c7d056c9f910e6d77bb226d80 to your computer and use it in GitHub Desktop.
Save HavenShen/c7e0ec6c7d056c9f910e6d77bb226d80 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/Colorsublime - Themes/Facebook.tmTheme",
"highlight_line": true,
"save_on_focus_lost": true,
"always_show_minimap_viewport": true,
"trim_trailing_white_space_on_save": true,
"draw_white_space": "all",
"atomic_save": true,
"bold_folder_labels": false,
"show_full_path": true,
"font_size": 12,
"font_face": "Monaco",
"font_options":
[
"gray_antialias"
],
"default_line_ending": "unix",
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 12,
"line_padding_top": 3,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"rulers":
[
80
],
"show_encoding": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment