/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.editorconfig
32 строки
737 B
Jan Krassnigg
Force transforming collection assets is now handled in a more general way (#1093)
04 ноя 2023, 15:04
Не верифицирован
04 ноя 2023, 15:04
df9dab6
Код
Авторство
О чём код?
# EditorConfig is awesome: http://EditorConfig.org # To make use of this, simply install a plugin for Visual Studio 20XX, Visual Studio Code, Notepad++ or XCode # Will work out of the box with Visual Studio 15 # top-most EditorConfig file root = true # Default settings for all files [*] charset = utf-8 indent_style = space trim_trailing_whitespace = true # MSVC specific cpp_generate_documentation_comments = none # additional settings for code files [*.{cpp,h,inl,c,d,qrc,lua,cs,ps1,sh}] indent_size = 2 end_of_line = lf insert_final_newline = true # and cmake files [CMakeLists.txt] indent_size = 2 end_of_line = lf insert_final_newline = true # .ui files use a different indentation [*.{ui}] indent_size = 1 end_of_line = lf