Sublime Text 3 基本配置詳解


主要涉及Preferences.sublime-settings文件:

步驟:點擊菜單Preferences 下拉選擇 設置 用戶 一項:

添加以下配置


下面是我的設置

{

 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", //顏色方案

 "font_face":"Droid Sans Mono", //字體

 "font_size":10, //字體大小

 "fade_fold_buttons": false, //是否顯示摺疊按鈕

 "word_wrap":true, //是否自動換行

 "match_tags":true, //

"auto_match_enabled": false, 

"update_check": false, //關閉自動更新檢測

"word_wrap": true

 }


設置2

         "match_selection": true,

"match_tags": true,

"word_wrap": true,

         "update_check":false, //關閉自動更新

"caret_style":"phase",//3059光標變得很粗的問題

"caret_extra_bottom":0,

"caret_extra_top":0,

"caret_extra_width":1,

"default_encoding": "UTF-8", //默認編碼

"fade_fold_buttons": false,

"font_face": "Droid Sans Mono",

"font_size": 10.5,

"auto_match_enabled": false, //自動補全引號與括號

"highlight_line": true,

"highlight_modified_tabs": true,

"soda_classic_tabs": true,

"soda_folder_icons": true,

"tab_size": 4,

"translate_tabs_to_spaces": true,

"trim_trailing_white_space_on_save": true,

}

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章