I'm using Visual Studio 2022 on a project that using gRPC that contains .proto
file.
When I open or build the project, the line ending mode of proto-generated classes are set to LF
. Currently, these files are tracked in code base with CRLF
mode.
How can I overwrite the default setting?