在設定,使用者裡面增加下面兩行.
//行底部的內填充 數字大小就是行間距
"line_padding_bottom": 1,
//行頂部的內填充 數字大小就是行間距
"line_padding_top": 1,
// 行號邊欄和文字的間距 “margin”: 4,
以下是設定詳解:
Preferences.sublime-settings檔案:
// While you can edit this file, it’s best to put your changes in
// “User/Preferences.sublime-settings”, which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
// 主題檔案的路徑
“color_scheme”: “Packages/Color Scheme – Default/Monokai.tmTheme”,
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, “Preferences (Linux).sublime-settings”.
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
// 設定字型和大小,必須在Settings-User裡重寫,這裡設定沒有任何效果
“font_face”: “Consolas”,
“font_size”: 12,
// Valid options are “no_bold”, “no_italic”,
在設定,使用者裡面增加下面兩行.
//行底部的內填充 數字大小就是行間距
"line_padding_bottom": 1,
//行頂部的內填充 數字大小就是行間距
"line_padding_top": 1,
// 行號邊欄和文字的間距 “margin”: 4,
以下是設定詳解:
Preferences.sublime-settings檔案:
// While you can edit this file, it’s best to put your changes in
// “User/Preferences.sublime-settings”, which overrides the settings in here.
//
// Settings may also be placed in file type specific options files, for
// example, in Packages/Python/Python.sublime-settings for python files.
{
// Sets the colors used within the text area
// 主題檔案的路徑
“color_scheme”: “Packages/Color Scheme – Default/Monokai.tmTheme”,
// Note that the font_face and font_size are overriden in the platform
// specific settings file, for example, “Preferences (Linux).sublime-settings”.
// Because of this, setting them here will have no effect: you must set them
// in your User File Preferences.
// 設定字型和大小,必須在Settings-User裡重寫,這裡設定沒有任何效果
“font_face”: “Consolas”,
“font_size”: 12,
// Valid options are “no_bold”, “no_italic”,