zoukankan      html  css  js  c++  java
  • sublime_text3 用户配置

    {
    "auto_complete_triggers":
    [
    {
    "characters": "",
    "selector": "text.html"
    }
    ],
    "bold_folder_labels": true,
    "caret_extra_bottom": 0,
    "caret_extra_top": 0,
    "caret_extra_width": 0.8,
    "caret_style": "blink",
    "color_scheme": "Packages/User/Monokai Soda (SL).tmTheme",
    "default_line_ending": "unix",
    "detect_slow_plugins": false,
    "draw_minimap_border": true,
    "fade_fold_buttons": true,
    "file_exclude_patterns":
    [
    ".tags",
    ".tags_sorted_by_file",
    "*.pyc",
    "*.pyo",
    "*.exe",
    "*.dll",
    "*.obj",
    "*.o",
    "*.a",
    "*.lib",
    "*.so",
    "*.dylib",
    "*.ncb",
    "*.sdf",
    "*.suo",
    "*.pdb",
    "*.idb",
    ".DS_Store",
    "*.class",
    "*.psd",
    "*.db",
    "*.sublime-workspace"
    ],
    "fold_buttons": true,
    "font_face": "Courier New",
    "font_size": 13,
    "gutter": true,
    "highlight_line": true,
    "ignored_packages":
    [
    "BracketHighlighter",
    "ColorPicker",
    "ConvertToUTF8",
    "CTags",
    "DocBlockr",
    "LineEndings",
    "PhpNamespace",
    "PlainTasks"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "rulers":
    [
    80,
    100,
    120
    ],
    "save_on_focus_lost": true,
    "scroll_past_end": true,
    "show_full_path": true,
    "soda_classic_tabs": true,
    "soda_folder_icons": true,
    "theme": "Soda Dark 3.sublime-theme",
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true,
    "update_check": false,
    "word_wrap": true
    }

  • 相关阅读:
    关于MySQL数据库中null的那些事
    Java集合之Collections 剖析
    字符串类
    C++标准库
    << 操作符
    操作符的重载
    类中的重载
    友元
    二阶构造模式
    静态成员函数
  • 原文地址:https://www.cnblogs.com/blueskycc/p/5193747.html
Copyright © 2011-2022 走看看