/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Data/Samples/PacMan/CppSource/.gitattributes
23 строки
516 B
Jan Krassnigg
Improvements for Cpp Project generation (#1756)
04 янв 2026, 18:46
Не верифицирован
04 янв 2026, 18:46
171283e
Код
Авторство
О чём код?
#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