Preferences.sublime-settings -- User
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme-Palenight.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 14,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 2,
"line_padding_top": 2,
"scroll_past_end": true,
"theme": "Material-Theme.sublime-theme",
"trim_trailing_white_space_on_save": true,
"fade_fold_buttons": false,
"word_wrap": true
}
"translate_tabs_to_spaces": false, 是否转化制表符为空格 "draw_white_space": "all", 显示空格和制表符? ST3-Documentation/indentation