testable-eu / sast-testability-patterns

Testability Pattern Catalogs for SAST
https://owasp.org/www-project-testability-patterns-for-web-applications/
Apache License 2.0
28 stars 2 forks source link

[Java] file layout: line endings #13

Open vlkl-sap opened 1 year ago

vlkl-sap commented 1 year ago

Problem statement

Files in the repo currently have DOS line endings (CR LF).

Proposed changes

Normalize all files to UNIX line endings (LF).