Skip to content

Instantly share code, notes, and snippets.

@borela
Last active July 29, 2017 11:56
Show Gist options
  • Save borela/7a9295e36dfbc2e00186a312a2a936cc to your computer and use it in GitHub Desktop.
Save borela/7a9295e36dfbc2e00186a312a2a936cc to your computer and use it in GitHub Desktop.
{
"always_show_minimap_viewport": true,
"auto_complete": true,
"auto_complete_commit_on_tab": false,
"auto_complete_with_fields": true,
"auto_indent": true,
"bold_folder_labels": true,
"caret_extra_width": 2,
"caret_style": "solid",
"color_scheme": "Packages/User/SublimeLinter/Candyman (SL).tmTheme",
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"detect_indentation": false,
"dictionary": "Packages/Language - English/en_US.dic",
"drag_text": false,
"draw_shadows": false,
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fold_buttons": true,
"font_face": "Monaco",
"font_options":
[
"directwrite",
"gray_antialias"
],
"font_size": 16,
"highlight_line": true,
"ignored_packages":
[
"CSS",
"HTML",
"JSON",
"PHP",
"Vintage"
],
"ignored_words":
[
"0o",
"1a",
"instanceof"
],
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
"index_files": false,
"line_padding_bottom": 0,
"line_padding_top": 0,
"match_brackets": true,
"match_brackets_angle": true,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"material_theme_accent_acid-lime": true,
"material_theme_accent_scrollbars": true,
"material_theme_bold_tab": true,
"material_theme_panel_separator": false,
"material_theme_tabs_autowidth": true,
"overlay_scroll_bars": "disabled",
"preview_on_click": false,
"rulers":
[
80,
120
],
"scroll_speed": 0,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"smart_indent": true,
"spell_check": true,
"spelling_selector": "comment -(entity.email, entity.link, keyword, entity.name)",
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": false,
"trim_trailing_white_space_on_save": true,
"vintageous_autoindent": false,
"vintageous_enable_cmdline_mode": true,
"vintageous_use_ctrl_keys": true,
"vintageous_use_sys_clipboard": true,
"xdebug":
{
"path_mapping":
{
"/workbench": "C:/Users/Alexandre/Documents/projects"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment