[SQL]Sublime常用设置方便使用-持续更新

1、多行缩进与取消缩进

tab

shift + tab

2、将制表符全部转化为空格,并设定制表符

// These settings override both User and Default settings for the SQL syntax
{
    "tab_size": 4,
    "translate_tabs_to_spaces": true
}

3、显示制表符和空格

选择首选项-设置

ctrl+f查找"draw_white_space",修改为"draw_white_space": "all"

猜你喜欢

转载自blog.csdn.net/tomocat/article/details/81102933
今日推荐