/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
14 строк
307 B
Olivier Tassinari
[internal] Sync .editorconfig in codebase
04 май 2026, 02:14
Не верифицирован
04 май 2026, 02:14
1101fc5
Код
Авторство
О чём код?
# EditorConfig is awesome: https://editorconfig.org/ # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] trim_trailing_whitespace = true indent_style = space indent_size = 2 end_of_line = lf charset = utf-8 insert_final_newline = true max_line_length = 100