Skip to content

Instantly share code, notes, and snippets.

@felipe-pita
Last active September 5, 2016 12:13
Show Gist options
  • Save felipe-pita/63482d39b0727df8e3b7b0d0219a0b80 to your computer and use it in GitHub Desktop.
Save felipe-pita/63482d39b0727df8e3b7b0d0219a0b80 to your computer and use it in GitHub Desktop.
Sublime cfgs
{
"always_show_minimap_viewport": true,
"atomic_save": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Agila Theme/Agila Dracula.tmTheme",
"copy_with_empty_selection": false,
"dc_use_group_icon1": false,
"dc_use_group_icon3": true,
"drag_text": false,
"font_size": 8,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_padding_bottom": 4,
"line_padding_top": 4,
"rulers":
[
70,
90
],
"theme": "Agila Dracula.sublime-theme",
"theme_agila_modified_tab_marker_yellow": true,
"theme_agila_sidebar_font_xsmall": true,
"theme_agila_sidebar_small": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment