Skip to content

Instantly share code, notes, and snippets.

@danielmorgan
Created February 18, 2019 12:41
Show Gist options
  • Select an option

  • Save danielmorgan/62a774dfa53441e3138ca5ca8db74b47 to your computer and use it in GitHub Desktop.

Select an option

Save danielmorgan/62a774dfa53441e3138ca5ca8db74b47 to your computer and use it in GitHub Desktop.
sublime settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Materialize/schemes/Material Behave.tmTheme",
"theme": "Material Behave.sublime-theme",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"draw_white_space": "all",
"trim_trailing_white_space_on_save": true,
"trim_automatic_white_space": true,
"ensure_newline_at_eof_on_save": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment