Files
openide/.gitattributes
Nikolay Chashnikov 12a5fa2add use LF line endings for all text files in intellij-community by default (IJI-526)
Before, it was recommended to set `core.autocrlf` Git option to `input` before checking out the repository, and most of the files in the repository use LF line endings. However, it was easier to forget changing the option. In that case you will get CRLF line endings on Windows, and it leads to problems in some cases (see IDEA-297137, for example). Now usage of LF line endings in the working tree is forced via the .gitattributes file. If it's necessary to use CRLF line endings in a specific file, it must be specified explicitly by via a .gitattributes file.

GitOrigin-RevId: 7ac559d8f3ec32f2a37c01937d233e26f821c664
2024-11-19 14:52:19 +00:00

6 lines
128 B
Plaintext

# keep this the first line in the file
* text=auto eol=lf
# Do not touch line endings, but show diff
.idea/libraries/rd* -text