Skip to content

Instantly share code, notes, and snippets.

@evdokimovm
Last active January 31, 2017 18:30
Show Gist options
  • Save evdokimovm/a8084593c7a6cee69f6e to your computer and use it in GitHub Desktop.
Save evdokimovm/a8084593c7a6cee69f6e to your computer and use it in GitHub Desktop.
My Sublime Text 3 User Settings File
{
"force_override": true,
"size": 11
}
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_encoding": "UTF-8",
"draw_centered": false,
"draw_indent_guides": true,
"fade_fold_buttons": false,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Consolas",
"draw_white_space": "selection",
"font_options":
[
"gray_antialias",
"subpixel_antialias",
"no_italic"
],
"font_size": 17,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"material_theme_big_fileicons": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": false,
"material_theme_contrast_mode": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": false,
"material_theme_small_tab": false,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"scroll_past_end": true,
"show_encoding": true,
"theme": "Material-Theme.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment