SoftwareQuality/jabref/.gitattributes
Artem Semenovykh 415abbc47b import jabref
2024-11-16 11:43:42 +01:00

15 lines
328 B
Plaintext

# unix line endings at unix files
gradlew text eol=lf
*.sh text eol=lf
# windows line endings at windows files
*.bat text eol=crlf
# ensure that line endings of *.bib, *.fxml, *.java, *.properties are normalized to LF
*.bib text eol=lf
*.fxml text eol=lf
*.java text eol=lf
*.properties text eol=lf
CHANGELOG.md merge=union