Skip to content

Instantly share code, notes, and snippets.

@shibbirweb
Created July 25, 2020 09:05
Show Gist options
  • Select an option

  • Save shibbirweb/d46aba15a30005b6ad6836ef45f26a5d to your computer and use it in GitHub Desktop.

Select an option

Save shibbirweb/d46aba15a30005b6ad6836ef45f26a5d to your computer and use it in GitHub Desktop.
Sublime text 3 config
{
"caret_extra_bottom": 10,
"caret_extra_top": 10,
"caret_style": "phase",
"color_scheme": "Packages/One Dark Color Scheme/One Dark.tmTheme",
"draw_minimap_border": true,
"draw_white_space": "all",
"font_face": "Monaco",
"font_options":
[
"subpixel_antialias"
],
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_to_bracket": false,
"line_padding_bottom": 12,
"line_padding_top": 12,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment