Skip to content

Instantly share code, notes, and snippets.

@murych
Last active January 18, 2020 14:37
Show Gist options
  • Save murych/5432790f9f68a5e013bd4cc35f273223 to your computer and use it in GitHub Desktop.
Save murych/5432790f9f68a5e013bd4cc35f273223 to your computer and use it in GitHub Desktop.
Sublime settings
{
"always_show_minimap_viewport": false,
"bold_folder_labels": false,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Celeste.sublime-color-scheme",
"default_line_ending": "unix",
"dictionary": "Packages/User/Russian-English Bilingual.dic",
"drag_text": false,
"draw_centered": false,
"ensure_newline_at_eof_on_save": true,
"highlight_modified_tabs": true,
"font_face": "Jetbrains Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 8,
"line_padding_top": 1,
"line_padding_bottom": 1,
"ignored_packages":
[
"Markdown",
"MarkdownPreview",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"overlay_scroll_bars": "enabled",
"rulers":
[
81
],
"show_tab_close_buttons": false,
"spell_check": false,
"theme": "Adaptive.sublime-theme",
"theme_font_options":
[
"gray_antialias"
],
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment