Skip to content

Instantly share code, notes, and snippets.

@poloey
Created December 19, 2017 17:17
Show Gist options
  • Save poloey/4e3d9bcd46b43cec8085ee96645e5f34 to your computer and use it in GitHub Desktop.
Save poloey/4e3d9bcd46b43cec8085ee96645e5f34 to your computer and use it in GitHub Desktop.
sublime setting
{
"always_show_minimap_viewport": true,
"auto_complete_selector": "source, comment, text.plain, meta.tag, punctuation.definition.tag.begin, css",
"auto_complete_with_fields": true,
"auto_id_class": false,
"autoooooo_complete_commit_on_tab": true,
"bold_folder_labels": false,
"caret_extra_bottom": 0,
"caret_extra_top": 0,
"caret_extra_width": 2,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/Gutter Color/dropin (SL).gcfix.tmTheme",
"drag_text": false,
"draw_white_space": "all",
"folder_exclude_patterns":
[
"nnode_modules"
],
"font_face": "ubuntu mono",
"font_facea": "Fira Code",
"font_faceac": "monaco",
"font_faceb": "inconsolata",
"font_facec": "Monaco",
"font_facee": "hack",
"font_facef": "BenSen",
"font_faceg": "monofur",
"font_faceh": "andale mono",
"font_facei": "Lucida Grande",
"font_facej": "FlottFlott",
"font_facek": "miriam libre",
"font_facel": "Helvetica Neue",
"font_facen": "Monoisome",
"font_size": 18,
"gutter": true,
"ignored_packages":
[
"BracketHighlighter",
"Column Select",
"CSS Extended Completions",
"CSS3",
"D3.js Snippets",
"JavaScript Completions",
"Laravel 5 Snippets",
"Laravel Blade Highlighter",
"PHP Completions Kit",
"StandardFormat",
"Terminal"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"line_numbers": false,
"line_padding_bottom": 0,
"line_padding_top": 0,
"margin": 0,
"match_brackets_angle": true,
"material_theme_accent_cyan": true,
"material_theme_compact_panel": true,
"material_theme_compact_sidebar": true,
"material_theme_panel_separator": true,
"material_theme_small_statusbar": true,
"material_theme_small_tab": true,
"material_theme_tabs_autowidth": true,
"material_theme_tabs_separator": true,
"overlay_scroll_bars": "enabled",
"scroll_speed": 8.0,
"show_full_path": true,
"spell_check": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Default.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"vintageous_use_ctrl_keys": false,
"vvvvintage_lines.force_mode": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment