Skip to content

Instantly share code, notes, and snippets.

@xhlwill
Last active May 1, 2017 04:49
Show Gist options
  • Save xhlwill/e8bf0e9dce32516fda4fea618b762017 to your computer and use it in GitHub Desktop.
Save xhlwill/e8bf0e9dce32516fda4fea618b762017 to your computer and use it in GitHub Desktop.
sublime text settings
{
"always_show_minimap_viewport": true,
// Goto Anything or Find in Files
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"node_modules/**"
],
"bold_folder_labels": true,
"caret_style": "phase",
"caret_extra_width": 1,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"fade_fold_buttons": false,
"font_face": "Consolas",
"font_options":
[
"gray_antialias"
],
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
],
"vintage_start_in_command_mode": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_exclude_patterns":
[
"*.log",
"node_modules/**"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
// theme
"material_theme_accent_scrollbars": true,
"material_theme_bright_scrollbars": true,
"material_theme_bullet_tree_indicator": false,
"material_theme_compact_sidebar": true,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"rulers":
[
100
],
"show_encoding": true,
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment