Skip to content

Instantly share code, notes, and snippets.

@multiarts
Created July 30, 2015 01:12
Show Gist options
  • Save multiarts/aa2489ff78312830be65 to your computer and use it in GitHub Desktop.
Save multiarts/aa2489ff78312830be65 to your computer and use it in GitHub Desktop.
Config Sublime Text 3
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"font_options":
[
"gray_antialias"
],
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"theme": "Material-Theme.sublime-theme",
"material_theme_accent_lime": true,
"word_wrap": true,
"trim_trailing_white_space_on_save": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment