/
githubmirror
/
photoprism
Обзор
Документация
Войти
/
githubmirror
/
photoprism
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
.editorconfig
20 строк
361 B
Michael Mayer
Add .editconfig to specify editor defaults
02 дек 2025, 18:48
02 дек 2025, 18:48
068d5db
Код
Авторство
О чём код?
# Top-most EditorConfig file, https://editorconfig.org root = true # Use Unix-style newlines with a newline ending every file. [*] end_of_line = lf insert_final_newline = false # Set rules by file type. [*.json] indent_style = space indent_size = 2 [*.{js,yaml,yml,md,txt}] charset = utf-8 indent_style = space indent_size = 2 [Makefile] indent_style = tab