Skip to content

Instantly share code, notes, and snippets.

@asharirfan
Created August 19, 2016 06:44
Show Gist options
  • Save asharirfan/297db999f1880b8359c1cf795ab5773f to your computer and use it in GitHub Desktop.
Save asharirfan/297db999f1880b8359c1cf795ab5773f to your computer and use it in GitHub Desktop.
My sublime text settings with Cobalt2 theme.
{
"always_show_minimap_viewport": true,
"auto_upgrade": false,
"bold_folder_labels": false,
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"default_line_ending": "unix",
"font_size": 12,
"ignored_packages":
[
"Markdown",
"Origami",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"overlay_scroll_bars": "enabled",
"show_encoding": true,
"theme": "Cobalt2.sublime-theme",
"update_check": false,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment