Skip to content

Instantly share code, notes, and snippets.

@rberts
Created September 18, 2017 02:31
Show Gist options
  • Save rberts/a8faf125af98cb3df514513a51d974e8 to your computer and use it in GitHub Desktop.
Save rberts/a8faf125af98cb3df514513a51d974e8 to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
".sass-cache"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.DS_store",
"*.gem",
"*.gz",
"*.jar",
"*.sassc",
"*.scssc",
"*.xap",
"*.zip",
".gitkeep",
"dump.rdb",
".rake_tasks~",
"*.o"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
".cache",
"tmp/cache/*",
".bin",
".bundle",
".yardoc",
"coverage",
"log",
"tmp",
"pkg",
".idea",
".vagrant",
"node_modules"
],
"font_options":
[
"gray_antialias"
],
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 0,
"material_theme_accent_cyan": true,
"material_theme_big_fileicons": true,
"material_theme_contrast_mode": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"show_full_path": true,
"tab_size": 2,
"theme": "Material-Theme-Palenight.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