I use Windows 10 home and I usually use Visual Studio Code (VSCODE) to edit Linux Bash scripts as well as PHP and JavaScript.
I don\'t develop anything dedicated for
For other people asking you can use the "Files.eol" setting is VSC to change the line ending for every file.
"Files.eol": "\n" // Unix "Files.eol": "\r\n" // Windows