/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.gitattributes
26 строк
587 B
Jan Krassnigg
Git attributes, Export filter adjustments
22 фев 2023, 09:46
22 фев 2023, 09:46
0ffd11a
Код
Авторство
О чём код?
# By default convert text files to what the user prefers * text=auto # Enforce LF for code, where the .editorconfig file also ensures LF is used *.h text eol=lf *.c text eol=lf *.cpp text eol=lf *.inl text eol=lf *.d text eol=lf *.qrc text eol=lf *.lua text eol=lf *.cs text eol=lf *.ps1 text eol=lf *.sh text eol=lf *.cmake text eol=lf *.ui text eol=lf *.ddl text eol=lf CMakeLists.txt text eol=lf # Windows specific files should use CR/LF *.bat text eol=crlf *.cmd text eol=crlf *.csproj text eol=crlf *.sln text eol=crlf *.vcproj text eol=crlf *.vcxproj text eol=crlf