fallout2-ce/.gitattributes

26 lines
475 B
Plaintext
Raw Normal View History

2022-05-19 08:51:26 +00:00
# Force LF
*.c text eol=lf
2022-05-23 08:25:22 +00:00
*.cc text eol=lf
2022-06-08 19:36:39 +00:00
*.cmake text eol=lf
2022-07-29 17:04:37 +00:00
*.gradle text eol=lf
2022-05-19 08:51:26 +00:00
*.h text eol=lf
2022-07-29 17:04:37 +00:00
*.java text eol=lf
2022-05-19 08:51:26 +00:00
*.json text eol=lf
2022-07-29 17:04:37 +00:00
*.md text eol=lf
2024-01-16 16:04:14 +00:00
*.mm text eol=lf
2022-07-05 12:45:36 +00:00
*.plist text eol=lf
2022-07-29 17:04:37 +00:00
*.pro text eol=lf
*.properties text eol=lf
*.xml text eol=lf
2022-05-19 08:51:26 +00:00
*.yml text eol=lf
.clang-format text eol=lf
.editorconfig text eol=lf
.gitattributes text eol=lf
.gitignore text eol=lf
2022-07-29 17:04:37 +00:00
gradlew text eol=lf
2022-05-19 08:51:26 +00:00
CMakeLists.txt text eol=lf
LICENSE text eol=lf
2022-07-29 17:04:37 +00:00
# Force CRLF
*.bat text eol=crlf