Fixing Sublime Text 2 line endings?

后端 未结 4 1925
庸人自扰
庸人自扰 2020-11-27 10:57

Here is my Settings - User config:

{
    \"auto_indent\": true,
    \"color_scheme\": \"Packages/Color Scheme - Default/Twilight.tmTheme\",
             


        
4条回答
  •  粉色の甜心
    2020-11-27 11:08

    to chnage line endings from LF to CRLF:

    open Sublime and follow the steps:-

    1 press Ctrl+shift+p then install package name line unify endings

    then again press Ctrl+shift+p

    2 in the blank input box type "Line unify ending "

    3 Hit enter twice

    Sublime may freeze for sometimes and as a result will change the line endings from LF to CRLF

提交回复
热议问题