2022-05-19 11:51:26 +03:00
|
|
|
# Force LF
|
|
|
|
*.c text eol=lf
|
2022-05-23 11:25:22 +03:00
|
|
|
*.cc text eol=lf
|
2022-06-08 21:36:39 +02:00
|
|
|
*.cmake text eol=lf
|
2022-07-29 20:04:37 +03:00
|
|
|
*.gradle text eol=lf
|
2022-05-19 11:51:26 +03:00
|
|
|
*.h text eol=lf
|
2022-07-29 20:04:37 +03:00
|
|
|
*.java text eol=lf
|
2022-05-19 11:51:26 +03:00
|
|
|
*.json text eol=lf
|
2022-07-29 20:04:37 +03:00
|
|
|
*.md text eol=lf
|
2022-07-05 15:45:36 +03:00
|
|
|
*.plist text eol=lf
|
2022-07-29 20:04:37 +03:00
|
|
|
*.pro text eol=lf
|
|
|
|
*.properties text eol=lf
|
|
|
|
*.xml text eol=lf
|
2022-05-19 11:51:26 +03: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 20:04:37 +03:00
|
|
|
gradlew text eol=lf
|
2022-05-19 11:51:26 +03:00
|
|
|
CMakeLists.txt text eol=lf
|
|
|
|
LICENSE text eol=lf
|
2022-07-29 20:04:37 +03:00
|
|
|
|
|
|
|
# Force CRLF
|
|
|
|
*.bat text eol=crlf
|