KreativJos / csharpextensions

C# Extensions for Visual Studio Code
MIT License
73 stars 35 forks source link

Maintain End of Line/File for new class/interface/enum etc. #67

Closed bard83 closed 2 years ago

bard83 commented 2 years ago

When a new C# element (class/interface/enum etc...) is created, the end of line/file is always set to CRLF. It would be nice whether the new element maintains what currently is set globally for the IDE (in my case LF).

KreativJos commented 2 years ago

You are referencing vscode setting files.eol? I have applied that setting in the template-writing, so new files should respect that setting. I don't know when I'll publish, but I'll let you know.