【发布时间】:2018-03-23 11:55:18
【问题描述】:
我在 Sublime Text 3 上将这些设置用于 php 文件(从 Preferences menu > Settings - syntax specific 添加它们)
// These settings override both User and Default settings for the PHP syntax
{
"highlight_line": true,
"line_padding_bottom": 15,
"line_padding_top": 15,
"bold_folder_labels": true,
"tab_size": 4,
"translate_tabs_to_spaces": false
}
有没有办法将它们用作所有文件类型的全局设置,这样我就不必每次创建不同的文件类型时都复制这个 sn-p?
【问题讨论】:
标签: sublimetext3