markdown Sublime:用户首选项设置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Sublime:用户首选项设置相关的知识,希望对你有一定的参考价值。

By default, ST3 uses hard-tabs that are 4 characters long. This can
result in hard-to-read code, as large tabular indents push your work to
the right. I recommend all developers add this to their user settings
(`Sublime Text 3 => Preferences => Settings – User`):

      {
        "draw_white_space": "all",
        "rulers": [80],
        "tab_size": 2,
        "translate_tabs_to_spaces": true
      }

This setting converts hard-tabs to spaces, makes indents only two
characters long, puts a ruler at the 80 character mark (to remind you to
keep your code concise), and adds white space markers. Here is a
[complete list of preference
options](http://docs.sublimetext.info/en/latest/reference/settings.html)

if you wish to continue customizing your ST3 environment.\

以上是关于markdown Sublime:用户首选项设置的主要内容,如果未能解决你的问题,请参考以下文章

sublime设置代码缩进

修改sublime字体的方法

Sublime 取消每次自动更新弹窗设置

sublime text 3 安装插件和取消启动检查更新

json Sublime文本首选项

json Sublime Text 2/3首选项