Skip to content

Instantly share code, notes, and snippets.

@overtrue
Last active February 16, 2019 08:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save overtrue/c4feced8b52118b1d0c7ded4c9eeb38b to your computer and use it in GitHub Desktop.
Save overtrue/c4feced8b52118b1d0c7ded4c9eeb38b to your computer and use it in GitHub Desktop.
Sublime Setting
{
"always_show_minimap_viewport": true,
"atomic_save": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/*"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"default_line_ending": "unix",
"folder_exclude_patterns":
[
"node_modules",
".git",
".idea"
],
"font_face": "Operator mono light",
"font_options":
[
"gray_antialias",
"subpixel_antialias"
],
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*/node_modules/*"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"open_files_in_new_window": false,
"overlay_scroll_bars": "enabled",
"scroll_past_end": false,
"show_encoding": true,
"tab_size": 4,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment