I'm using Visual Studio 2019
, and when I save a file (a cs
file for example) VS will put an extra newline at the of the file.
- I need to stop this behavior, but what I have searched on the internet so far, was about
visual studio code
or editors other thanVisual Studio
. - What is the philosophy of putting an extra newline at the end of file?