[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request => https://github.com/ngxs/store/blob/master/CONTRIBUTING.md
[ ] Other... Please describe:
Current behavior
While running checking in the files generated by schematics on my linux machine, noticed that all line-ending were DOS style. See attached image.
Expected behavior
The generated files should follow the default line-endings of the OS.
Minimal reproduction of the problem with instructions
Add schematics to an existing Angular project on a Linux machine.
ng g @ngxs/schematics:store --name=app --path=app/store
Check the line endings on generated files.
What is the motivation / use case for changing the behavior?
While making changes to generated files, too many EOL related changes show up - depending upon the editor & git configuration.
For now, I am running dos2unix on generated files.
I'm submitting a...
Current behavior
While running checking in the files generated by schematics on my linux machine, noticed that all line-ending were DOS style. See attached image.
Expected behavior
The generated files should follow the default line-endings of the OS.
Minimal reproduction of the problem with instructions
Add schematics to an existing Angular project on a Linux machine.
Check the line endings on generated files.
What is the motivation / use case for changing the behavior?
While making changes to generated files, too many EOL related changes show up - depending upon the editor &
git
configuration.For now, I am running
dos2unix
on generated files.Environment