corvus-dotnet / Corvus.JsonSchema

Support for Json Schema validation and entity generation
Apache License 2.0
99 stars 9 forks source link

Make generated line endings configurable #391

Open shuebner opened 1 month ago

shuebner commented 1 month ago

We work on Windows, but still have "LF" defined as line-endings in our root-level .editorconfig for all code files. When I generate code with Corvus, it uses CRLF.

Please either make this configurable via command line argument, and/or (more conveniently) respect the line_endings setting of an .editorconfig, should one be in scope.

Sorry for creating issues so rapidly. It is getting real with Corvus in our project, so small things like this begin to catch our eye.