Skip to content

Instantly share code, notes, and snippets.

@adamjohnson
Last active December 11, 2020 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamjohnson/4485173 to your computer and use it in GitHub Desktop.
Save adamjohnson/4485173 to your computer and use it in GitHub Desktop.
My Sublime Text User Preferences
{
"always_show_minimap_viewport": true,
"binary_file_patterns":
[
"node_modules/**",
"bower_components/**"
],
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"fade_fold_buttons": false,
"folder_exclude_patterns":
[
".sass-cache",
".svn",
".git",
".hg",
"CVS"
],
"font_face": "Source Code Pro Regular",
"font_size": 22.0,
"git_gutter_show_line_annotation": false,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"ActionScript",
"Bootstrap 4x Autocomplete",
"SemiStandardFormat",
"Tailwind CSS Autocomplete",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_contrast_mode": true,
"overlay_scroll_bars": "enabled",
"remember_open_files": false,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment