Preferences.sublime-settings

{
    "alignment_chars":
    [
        "=",
        ":"
    ],
    "alignment_space_chars":
    [
        "=",
        ":"
    ],
    "always_show_minimap_viewport": true,
    "binary_file_patterns":
    [
        "*.dds",
        "*.eot",
        "*.gif",
        "*.ico",
        "*.jar",
        "*.jpeg",
        "*.jpg",
        "*.log",
        "*.pdf",
        "*.png",
        "*.swf",
        "*.tga",
        "*.ttf",
        "*.zip"
    ],
    "bold_folder_labels": true,
    "caret_extra_width": 2,
    "caret_style": "blink",
    "close_windows_when_empty": false,
    "color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
    "default_encoding": "UTF-8",
    "ensure_newline_at_eof_on_save": true,
    "extra_file_exclude_patterns":
    [
        "*.phar",
        "*.orig",
        ".DS_Store"
    ],
    "extra_folder_exclude_patterns":
    [
        ".svn",
        ".git",
        ".sass-cache",
        "node_modules"
    ],
    "file_exclude_patterns":
    [
        "*.min.css",
        "*.phar",
        "*.orig",
        ".DS_Store"
    ],
    "folder_exclude_patterns":
    [
        ".svn",
        ".git",
        ".sass-cache",
        "node_modules"
    ],
    "font_options":
    [
        "gray_antialias",
        "subpixel_antialias"
    ],
    "font_size": 11,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "SideBarEnhancements",
        "Vintage"
    ],
    "indent_guide_options":
    [
        "draw_normal",
        "draw_active"
    ],
    "jsdocs_extend_double_slash": true,
    "jsdocs_extra_tags":
    [
        "@since ${1:[since]}"
    ],
    "jsdocs_spacer_between_sections": true,
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "material_theme_tree_headings": true,
    "open_files_in_new_window": false,
    "overlay_scroll_bars": "enabled",
    "pep8_ignore":
    [
        "W191"
    ],
    "scroll_past_end": true,
    "show_encoding": true,
    "show_tab_close_buttons": false,
    "tab_size": 3,
    "theme": "Material-Theme.sublime-theme",
    "trim_trailing_white_space_on_save": true,
    "word_separators": "./\\()\"':,.;<>~!@#%^&*|+=[]{}`~?",
    "word_wrap": true
}