zoukankan      html  css  js  c++  java
  • sublime 配置文件

    {
    "bold_folder_labels": true,
    "caret_style": "solid",
    "color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme",
    "create_window_at_startup": false,
    "default_line_ending": "unix",
    "draw_minimap_border": true,
    "ensure_newline_at_eof_on_save": true,
    "fallback_encoding": "GB18030",
    "file_exclude_patterns":
    [
    "*.pyc",
    "*.pyo",
    "*.exe",
    "*.dll",
    "*.obj",
    "*.o",
    "*.a",
    "*.lib",
    "*.so",
    "*.dylib",
    "*.ncb",
    "*.sdf",
    "*.suo",
    "*.pdb",
    "*.idb",
    ".DS_Store",
    "*.class",
    "*.psd",
    "*.db",
    "*.sublime-*",
    ".*.swp"
    ],
    "font_face": "Source Code Pro",
    "font_options":
    [
    "no_bold"
    ],
    "font_size": 15,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "indent_guide_options":
    [
    "draw_active"
    ],
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "rulers":
    [
    80,
    120
    ],
    "shift_tab_unindent": true,
    "translate_tabs_to_spaces": true,
    "trim_trailing_white_space_on_save": true
    }

  • 相关阅读:
    离愁
    梦想与生活
    神秘巨星
    Web用户控件
    Ajax
    php的基本语法与字符串与增删改查
    php建立方法
    jquery
    上传文件
    webfrom验证控件
  • 原文地址:https://www.cnblogs.com/fairyin/p/3936707.html
Copyright © 2011-2022 走看看