Skip to content

Instantly share code, notes, and snippets.

@evgeniy-vashchuk
Last active August 5, 2017 18:43
Show Gist options
  • Save evgeniy-vashchuk/c03d5a053e0a672f96bb3f0c15aecf39 to your computer and use it in GitHub Desktop.
Save evgeniy-vashchuk/c03d5a053e0a672f96bb3f0c15aecf39 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings-User
{
"auto_complete": false,
"bold_folder_labels": true,
"color_scheme": "Packages/User/SublimeLinter/OneDark (SL).tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"fold_buttons": false,
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"margin": 2,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"show_definitions": false,
"tab_size": 4,
"theme": "OneDarkMaterial.sublime-theme",
"word_wrap": "false"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment