Skip to content

Instantly share code, notes, and snippets.

@krugerdavid
Last active November 3, 2016 13:39
Show Gist options
  • Save krugerdavid/373fb6397f8e217e729f687a27c4a7d4 to your computer and use it in GitHub Desktop.
Save krugerdavid/373fb6397f8e217e729f687a27c4a7d4 to your computer and use it in GitHub Desktop.
Sublime-Settings
{
"always_show_minimap_viewport": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme",
"font_size": 12,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"tab_size": 4,
"theme": "Spacegray.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment