/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/Samples/RTS/CppSource/.gitattributes
23 строки
516 B
Jan Krassnigg
Added editor tests to compile standard samples (#1757)
05 янв 2026, 11:47
Не верифицирован
05 янв 2026, 11:47
931b410
Код
Авторство
О чём код?
#ez-version 1 # 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 *.ps1 text eol=lf *.sh text eol=lf *.cmake 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