[Feature]: @o3r/create should generate end-of-line LF config #2628
Closed
Description
Context
When generating a project using @o3r/create
, do we want the generator to automatically add the LF end-of-line config?
Proposal
To handle the LF config, we could:
- Add the following line in
.editorconfig
file:end_of_line = lf
. - Generate a
.gitattributes
file containing at least this line:* text eol=lf
.