zoukankan      html  css  js  c++  java
  • sublime 3 user Settings

    {
    "auto_complete": true,
    "auto_complete_delay": 50,
    "auto_complete_size_limit": 4194304,
    "auto_indent": true,
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
    "default_encoding": "UTF-8",
    "default_line_ending": "system",
    "enable_hexadecimal_encoding": true,
    "fade_fold_buttons": true,
    "fold_buttons": true,
    "font_face": "YaheiConsola",
    "font_size": 11,
    "gutter": true,
    "hot_exit": true,
    "ignored_packages":
    [
    "Vintage"
    ],
    "line_numbers": true,
    "line_padding_bottom": 1,
    "line_padding_top": 1,
    "margin": 4,
    "smart_indent": true,
    "tab_completion": true,
    "tab_size": 2,
    "translate_tabs_to_spaces": true,
    "word_separators": "./\()"'-:,.;<>~!@#$%^&*|+=[]{}`~?",
    "word_wrap": "true",
    "wrap_width": 0
    }

  • 相关阅读:
    每个人在公司都有自己的品牌--如何做一名优秀的管理者
    ios 逆向
    游戏整理
    Mac 开发装机必备
    php整理
    mongodb 学习
    python 学习
    pdf 下载整理
    C# 整理
    微服务学习
  • 原文地址:https://www.cnblogs.com/suanec/p/5888304.html
Copyright © 2011-2022 走看看