When I try to push to GitHub, everytime I keep getting such warnings:
warning: LF will be replaced by CRLF in app/bingey-api/models/user.js.
The file will have its original line endings in your working directory
Even though I changed my line endings setting to "/n" in these places:
User -> Text Editor -> Files -> Eol:
Also Workspace -> Text Editor -> Files -> Eol:
Also my ESLint options file has default line ending "\n":
And Prettier is also configured to default "\n" endline symbol:
This is weird, maybe someone knows where else should I change settings? Thank you.