Skip to content

Instantly share code, notes, and snippets.

@wedojava
Created February 19, 2020 18:50
Show Gist options
  • Save wedojava/69cef8cb87e4a01732166900ce00df32 to your computer and use it in GitHub Desktop.
Save wedojava/69cef8cb87e4a01732166900ce00df32 to your computer and use it in GitHub Desktop.
sublimeConfig[mac]
{
"always_show_minimap_viewport": false,
"bold_folder_labels": false,
"color_scheme": "Packages/User/SublimeLinter/Facebook (SL).tmTheme",
"enable_tab_scrolling": false,
"font_face": "Fira Code",
"font_options":
[
"gray_antialias"
],
"font_size": 15,
"ignored_packages":
[
"Markdown",
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": false,
"line_padding_bottom": 5,
"line_padding_top": 5,
"margin": 0,
"overlay_scroll_bars": "enabled",
"show_panel_on_build": false,
"theme": "Material-Theme.sublime-theme",
"use_simple_full_screen": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment