Skip to content

Instantly share code, notes, and snippets.

@rodpoblete
Last active July 19, 2017 12:55
Show Gist options
  • Save rodpoblete/df04c072f941c7b64558be42f68af571 to your computer and use it in GitHub Desktop.
Save rodpoblete/df04c072f941c7b64558be42f68af571 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 3,
"caret_style": "phase",
"color_scheme": "Packages/Theme - Cobalt2/cobalt2.tmTheme",
"font_face": "Operator Mono",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"tab_size": 2,
"theme": "Cobalt2.sublime-theme",
"translate_tabs_to_spaces": true,
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment