Skip to content

Instantly share code, notes, and snippets.

@kisildev
Created March 28, 2019 15:50
Show Gist options
  • Save kisildev/dd4f96c30033763fa22b766830ae1821 to your computer and use it in GitHub Desktop.
Save kisildev/dd4f96c30033763fa22b766830ae1821 to your computer and use it in GitHub Desktop.
Sublime settings
{
"update_check": false,
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Darker.tmTheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Roboto Mono",
"font_options":
[
"gray_antialias",
"subpixel_antialias",
"ss01",
"dlig"
],
"font_size": 10,
"highlight_line": true,
"highlight_modified_tabs": true,
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"overlay_scroll_bars": "enabled",
"save_on_focus_lost": true,
"theme": "Material-Theme-Darker.sublime-theme",
"translate_tabs_to_spaces": 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