asistent0
8/16/2016 - 8:42 PM

Пользовательские настройки Sublime Text 3

Пользовательские настройки Sublime Text 3

{
    "always_show_minimap_viewport": true,
    "bold_folder_labels": true,
    "build_on_save": 1,
    "caret_extra_bottom": 2,
    "caret_extra_top": 2,
    "caret_style": "phase",
    "color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
    "enabled_plugins":
    [
        "SimpleReloadPlugin",
        "SimpleRefresh"
    ],
    "ensure_newline_at_eof_on_save": true,
    "fade_fold_buttons": false,
    "fallback_encoding": "Cyrillic (Windows 1251)",
    "font_face": "Consolas",
    "font_size": 11,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "indent_guide_options":
    [
        "draw_normal",
        "draw_active"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "margin": 0,
    "open_files_in_new_window": false,
    "overlay_scroll_bars": "enabled",
    "scroll_past_end": true,
    "show_encoding": true,
    "tab_size": 4,
    "theme": "Boxy Ocean.sublime-theme",
    "theme_button_rounded": true,
    "theme_dirty_colored_always": true,
    "theme_icons_materialized": true,
    "theme_scrollbar_rounded": true,
    "theme_sidebar_indent_top_level_disabled": true,
    "theme_tab_selected_transparent": true,
    "theme_tab_selected_underlined": true,
    "theme_unified": true,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "wide_caret": true,
    "word_wrap": true
}