Skip to content

Instantly share code, notes, and snippets.

@codejets
Created March 13, 2016 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codejets/564137ad3906386431c7 to your computer and use it in GitHub Desktop.
Save codejets/564137ad3906386431c7 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_indent": true,
"bold_folder_labels": false,
"caret_style": "phase",
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"default_encoding": "UTF-8",
"detect_indentation": true,
"draw_indent_guides": true,
"draw_white_space": true,
"enable_tab_scrolling": false,
"font_face": "Source Code Pro",
"font_options":
[
"subpixel_antialias"
],
"font_size": 15,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"indent_subsequent_lines": true,
"line_numbers": false,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 4,
"material_theme_accent_red": true,
"material_theme_bold_tab": true,
"material_theme_compact_sidebar": true,
"material_theme_disable_fileicons": true,
"material_theme_disable_folder_animation": true,
"material_theme_disable_tree_indicator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_separator": true,
"material_theme_tree_headings": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"smart_indent": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Material-Theme.sublime-theme",
"use_simple_full_screen": true,
"word_wrap": true,
"wrap_width": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment