Skip to content

Instantly share code, notes, and snippets.

@sinourain
Created October 24, 2019 14:33
Show Gist options
  • Save sinourain/9bed1e75ef8bf6b84a0adc11febdc2af to your computer and use it in GitHub Desktop.
Save sinourain/9bed1e75ef8bf6b84a0adc11febdc2af to your computer and use it in GitHub Desktop.
my Sublime Text 3 preferences
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Dark Material/schemes/Dark-Material.tmTheme",
"font_options":
[
"gray_antialias"
],
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
100,
120
],
"save_on_focus_lost": true,
"tab_size": 2,
"theme": "Dark-Material.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