2

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?

image

rioV8
  • 24,506
  • 3
  • 32
  • 49
Guilherme
  • 145
  • 1
  • 8
  • 2
    search settings for `EOL` – rioV8 Jun 07 '21 at 22:07
  • 1
    Does 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 Answers1

2

You can follow File -> Preferences -> Setting -> Search for EOL and change it to \n

Where to find Settings