這裏是我的Settings - User
配置:修復Sublime Text 2行結尾?
{
"auto_indent": true,
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"default_line_ending": "LF",
"detect_indentation": true,
"font_size": 10.0,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": false,
"smart_indent": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"use_tab_stops": true
}
評論到default_line_ending
選項說:
當我創建一個新的文件,我檢查行結束在這裏:
由於你可以看到它仍然是Windows ... 任何想法?
你嘗試一下「UNIX」,關閉然後重新打開? – 2012-08-10 10:40:46
@PreetKukreti是的。重新打開後,它又是「Windows」。它只適用於當前文件,而不適用於新文件。 – mintobit 2012-08-10 10:42:27
@ an1zhegorodov你以前保存過文件嗎?那對我有效... – charlysisto 2013-09-30 15:19:00