sublime Text3 的配置

最近新加的一套设置

{
"animation_enabled": false,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 2,
"caret_extra_width": 1,
"caret_style": "blink",
"color_scheme": "Packages/User/Color Highlighter/themes/One Dark (SL).tmTheme",
"default_line_ending": "unix",
"disable_tab_abbreviations": true,
"draw_minimap_border": true,
"draw_white_space": "none",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
// "font_face": "Consolas Italic",
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Theme - TwoDark",
"Vintage"
],
"line_padding_bottom": 1,
"line_padding_top": 2,
"margin": 0,
"match_selection": false,
"save_on_focus_lost": true,
"scroll_past_end": false,
"show_definitions": false,
"show_encoding": true,
"tab_size": 2,
"theme": "One Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"tree_animation_enabled": false,
"trim_trailing_white_space_on_save": true,
"word_wrap": "true"
}


这是另一个sublime配置
{
"color_scheme": "Packages/Material Theme/schemes/Material-Theme.tmTheme",
"font_face": "Consolas Italic",
"font_size": 15,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Material-Theme.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"disable_tab_abbreviations": true,//这个不是很好用,会直接覆盖tab键的功能
"translate_tabs_to_spaces": true,
"tab_size": 2,
"draw_minimap_border": true,
"save_on_focus_lost": true,
"highlight_line": true,
"word_wrap": "true",
"fade_fold_buttons": false,
"bold_folder_labels": true,
"highlight_modified_tabs": true,
"default_line_ending": "unix",
"auto_find_in_selection": true
}

个人还是比较满意的!

样式截图.png
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 1.安装Package Control 从菜单 View - Show Console 或者 ctrl + ~ 快...
    七百年前阅读 2,674评论 0 1
  • 最近的天气有点好 路上有很多人 也有很多叶子 秋天虽然来啦 但是一点也不影响好心情。 这条路上没有别人 只有满地...
    姜夜阅读 157评论 0 0
  • 很多上班族一坐就是一整天,且疏于运动,小腹和肚子上的赘肉越积越多,这里的脂肪因距离心脏较近,又最容易被动员出来进入...
    会享瘦爱生活阅读 536评论 0 1
  • 转眼步入职场一年多 生活也在发生着改变 现在的生活很平淡 也很无趣 不知道这是不是我想要的 对于工作生活的样子 ...
    午言沫辰阅读 145评论 0 0
  • 协议: 规定了用来实现某一特定任务或者功能的方法、属性,以及其他需要的东西.- #####写法:使用protoco...
    阿丶伦阅读 337评论 0 0