[microba] specify line separators in txt files via .gitattributes

This is needed to allow setting line separators with .gitattributes file (IJI-526). Converting these files to LF may cause problems with merges from the original repository.

GitOrigin-RevId: d1f2020f625e0bdaef2da12280d88f8833f6dd36
This commit is contained in:
Nikolay Chashnikov
2024-09-04 11:42:56 +02:00
committed by intellij-monorepo-bot
parent 9e2f5c7f91
commit 365bb1e40c

2
libraries/microba/.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
change.log.txt eol=crlf
readme.txt eol=crlf