cicorias
8/13/2017 - 3:01 AM

crlf shit

git config --global core.autocrlf false

#* text=auto
* text=auto eol=lf

*.js text eol=lf

{
  "files.eol": "\n",
  "editor.tabSize": 2,
  "editor.insertSpaces": true,
  "mssql.connections": [
    {
      "name": "ubuntu1",
      "server": "192.168.86.179,1000",
      "database": "Lexington",
      "user": "sa",
      "password": "P@ssword1"
    }
  ]
}






$ git config core.eol lf
$ git config core.autocrlf input