Sublime Text 3 配置文件详解

Sublime Text 3 配置文件// While you can edit this file, it's best to put your changes in// "User/Preferences.sublime-settings", which overrides the settings in here.//// Settings may also be placed
摘要由CSDN通过智能技术生成

Sublime Text 3 配置文件

Sublime Text 3 是一款具有代码高亮、语法提示、自动完成且反应快速的编辑器软件,不仅具有华丽的界面,还支持插件扩展机制,用她来写代码,绝对是一种享受。收藏一份 Sublime Text 2/3  默认设置(Settings-Default)文件详解,供查询。


默认设置打开方式:Preferences> Settings-Default

Sublime Text 3无法直接修改默认设置,打开用户设置(Preferences>Settings-User),将要修改的属性直接复制粘帖进去,多个属性用英文逗号( , )分隔。这样的好处是以后更新sublime text,自定义的修改不会被覆盖。



// While you can edit this file, it's best to put your changes in

// "User/Preferences.sublime-settings", which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
    // Sets the colors used within the text area
    //主题文件
    "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",

    // Note that the font_face and font_size are overriden in the platform
    // specific settings file, for example, "Preferences (Linux).sublime-settings".
    // Because of this, setting them here will have no effect: you must set them
    // in your User File Preferences.
    //字体样式、大小
    "font_face": "",
    "font_size": 10,


    // Valid options are "no_bold", "no_italic", "no_antialias", "gray_antialias",
    // "subpixel_antialias", "no_round" (OS X only) and "directwrite" (Windows only)
    // 字体选项:no_bold不显示粗体字,no_italic不显示斜体字,no_antialias和no_antialias关闭反锯齿
    // subpixel_antialias和no_round是OS X系统独有的
    // directwrite是Windows系统独有的
    "font_options": [],

    // Characters that are considered to separate words
    // 在文字上双击会全选当前的内容,如果里面出现以下字符,就会被截断
    "word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?",

    // Set to false to prevent line numbers being drawn in the gutter
    // 是否显示行号
    "line_numbers": true,

    // Set to false to hide the gutter altogether
    // 是否显示行号边栏
    "gutter": true,

    // Spacing between the gutter and the text
    // 行号边栏和文字的间距
    "margin": 4,

    // Fold buttons are the triangles shown in the gutter to fold regions of text
    // 是否显示代码折叠按钮
    "fold_buttons": true,

    // Hides the fold buttons unless the mouse is over the gutter
    // 不管鼠标在不在行号边栏,代码折叠按钮一直显示
    "fade_fold_buttons": true,

    // Columns in which to display vertical rulers
    //列显示垂直标尺,在中括号里填入数字,宽度按字符计算
    "rulers": [],

    // Set to true to turn spell checking on by default
    // 是否打开拼写检查
    "spell_check": false,

    // The number of spaces a tab is considered equal to
    // Tab键制表符宽度
    "tab_size": 4,

    // Set to true to insert spaces when tab is pressed
    // 设为true时,缩进和遇到Tab键时使用空格替代
    "translate_tabs_to_spaces": false,

    // If translate_tabs_to_spaces is true, use_tab_stops will make tab and
    // backspace insert/delete up to the next tabstop
    // translate_tabs_to_spaces设置为true,Tab和Backspace的删除/插入作用于制表符宽度
    // 否则作用于单个空格
    "use_tab_stops": true,

    // Set to false to disable detection of tabs vs. spaces on load
    // false时禁止在载入的时候检测制表符和空格
    "detect_indentation": true,

    // Calculates inde
  • 0
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值