Solution Sublime Text3 file name, small box method
has been used in the name of the folder in English, until a few days ago found that in Chinese, to name the folder has garbled problems.
This evening, I also on the internet to Baidu a lot of programs, as if most of them are not very useful, and then finally found an article, found it is very useful to share it to everyone.
This is copy other people's, hey.
To get to the bottom, the solution is very simple.
Here are the steps:
(1) Open sublime Text3, find the menu option above (Preferences), below a setting-user
(2) then make the following configuration
{
"Dpi_scale": 1.0,
"Font_face": "Consolas",
"Font_size": 10,
"Ignored_packages":
[
"Vintage"
],
"Line_padding_bottom": 1,
"Line_padding_top": 1,
"Tab_size": 4,
"Translate_tabs_to_spaces": true,
"Word_wrap": "True"
}
Then Ctrl+s save
(3) Restart Sublime Text3, it's OK.
Solution Sublime Text3 file name, small box method