Closed laborg closed 5 years ago
thxalot, i tested the .xmi export and androMDA run on windows.
after the explicit normalization done in https://github.com/phoenixctms/ctsms/commit/cd06f8c9116f0e82cf346919224b2541d2e25f83 , the numer of renormalized files on my env reduced a lot already. dynamic compilation in eclipse still works.
would you like add excluding text line ending normalization in a PR for:
i'm not to sure about whether to apply normalization .vsl (especially the mail templates in core/main\resources folder) and .sql in general, even if renormalize does not shows a delta nowadays. *.vsl should be added to the text files.
I've updated .gitattributes
and added the PR
To ease cross platform development (windows/linux) .gitattributes should be used in the repo.
Following: https://git-scm.com/docs/gitattributes the .gitattributes file should look like this
and then renormalize all files:
I've tested the change on a branch in my fork: https://github.com/laborg/ctsms/tree/lineendings . It compiles and runs without problems.