/
githubmirror
/
tpcc-postgres
Обзор
Документация
Войти
/
githubmirror
/
tpcc-postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.editorconfig
21 строка
280 B
Brian Kroth
Add docker image, devcontainer, and editorconfig support (#151)
04 июн 2022, 05:52
Не верифицирован
04 июн 2022, 05:52
21265a6
Код
Авторство
О чём код?
root = true [*] indent_style = space indent_size = 4 trim_trailing_whitespace = true # Makefiles need tab indentation [{Makefile,*.mk}] indent_style = tab tab_width = 8 end_of_line = lf [{*.ps1,*.cmd,*.bat}] end_of_line = crlf [*.sh] end_of_line = lf [*.yml] indent_size = 2