Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active August 1, 2017 19:20
Show Gist options
  • Save IgorGavrilenko/669c8f3647b81b550d29 to your computer and use it in GitHub Desktop.
Save IgorGavrilenko/669c8f3647b81b550d29 to your computer and use it in GitHub Desktop.
sublime settings
{
"BracketHighlighter": true,
"Color Highlighter": true,
"Emmet": true,
"ShowEncoding": true,
"always_show_minimap_viewport": true,
"auto_complete ": false,
"auto_complete_commit_on_tab": true,
"auto_complete_cycle": true,
"auto_complete_selector": false,
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"auto_indent": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_width": 1,
"caret_style": "phase",
"color_scheme": "Packages/User/colour-schemes/Piatto Ln.tmTheme",
"content_margin":
[
0,
0
],
"detect_indentation": false,
"disable_formatted_linebreak": true,
"drag_text": true,
"draw minimap border": true,
"draw_white_space": "all",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "Menlo",
"font_options":
[
"subpixel_antialias"
],
"font_size": 12,
"highlight_line": true,
"highlight_modified_tabs": true,
"highlight_tags": true,
"hot_exit": true,
"ignored_packages":
[
"Autoprefixer",
"Bootstrap 3 Snippets",
"Vintage"
],
"indent_guide_options":
[
"draw_active",
"draw_normal"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"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,
"open_files_in_new_window": true,
"original_color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"overlay_scroll_bars": "enabled",
"remember_full_screen": true,
"remember_open_files": true,
"save_on_focus_lost": true,
"scroll_past_end": true,
"scroll_speed": 0,
"show_encoding": true,
"tab_completion": true,
"tab_size": 4,
"theme": "Piatto Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}`~?",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment