/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
.editorconfig
18 строк
370 B
Marin Atanasov
Remove React Native implementation, framework, and dependencies (#78747)
09 июн 2026, 10:40
Не верифицирован
09 июн 2026, 10:40
6d5f87f
Код
Авторство
О чём код?
# This file is for unifying the coding style for different editors and IDEs # editorconfig.org # WordPress Coding Standards # https://make.wordpress.org/core/handbook/coding-standards/ root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = tab [*.{yml,yaml}] indent_style = space indent_size = 2