My standard value for a file in visual code is CRLF, how can i make my standard for every file in visual code be LF?
Asked
Active
Viewed 3,915 times
2
-
2search settings for `EOL` – rioV8 Jun 07 '21 at 22:07
-
1Does this answer your question? [How can I make all line endings (EOLs) in all files in Visual Studio Code, Unix-like?](https://stackoverflow.com/questions/48692741/how-can-i-make-all-line-endings-eols-in-all-files-in-visual-studio-code-unix) – Timothy G. Jun 08 '21 at 01:12
-
Both answers worked, thank you both so much! – Guilherme Jun 08 '21 at 17:37
-
This question is asked before. Check answer [here](https://stackoverflow.com/questions/48692741/how-can-i-make-all-line-endings-eols-in-all-files-in-visual-studio-code-unix/65628702#65628702) – haidar Jul 04 '21 at 18:58
1 Answers
2
You can follow File
-> Preferences
-> Setting
-> Search for EOL and change it to \n

DaniloMourelle
- 63
- 7