Skip to content

Instantly share code, notes, and snippets.

@whostolemyhat
Last active August 6, 2020 07:29
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 whostolemyhat/065ce799979c73ce5bde to your computer and use it in GitHub Desktop.
Save whostolemyhat/065ce799979c73ce5bde to your computer and use it in GitHub Desktop.
Sublime settings
{
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"draw_white_space": "selection",
"font_face": "Menlo",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"show_fill_path": true,
"shift_tab_unindent": true,
"status_bar_brighter": true,
"tabs_small": true,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"word_wrap": false,
"wrap_width": 140,
"material_theme_compact_sidebar": true,
"material_theme_small_tab" : true,
"material_theme_arrow_folders" : true,
"material_theme_compact_panel" : true,
"material_theme_titlebar" : true,
"material_theme_bright_scrollbars" : true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment