软件推荐 › Sublime Text
Sublime Text
软件介绍
推荐配置
{
"auto_complete": false,
"bold_folder_labels": true,
"caret_style": "phase",
"close_windows_when_empty": true,
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"enable_tab_scrolling": false,
"font_face": "Cascadia Code",
"font_size": 21,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Abacus",
"Vintage"
],
"indent_guide_options":
[
"draw_normal"
],
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"rulers":
[
80
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"show_encoding": true,
"show_line_endings": true,
"theme": "SoDaReloaded Light.sublime-theme",
"word_wrap": true
}