/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.editorconfig
14 строк
317 B
Zyie
split ci into multiple files
12 янв 2024, 13:34
12 янв 2024, 13:34
f037c41
Код
Авторство
О чём код?
# This file is for unifying the coding style for different editors and IDEs. # More information at http://EditorConfig.org root = true [*] end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = space indent_size = 4 [{package.json,bower.json,.github/**/*.yml}] indent_size = 2