/
githubmirror
/
libarchive
Обзор
Документация
Войти
/
githubmirror
/
libarchive
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
18 строк
303 B
Emil Velikov
editorconfig: add simple top-level file
23 окт 2021, 17:43
23 окт 2021, 17:43
d2a1663
Код
Авторство
О чём код?
# To use this config on you editor, follow the instructions at: # http://editorconfig.org root = true [*] charset = utf-8 indent_style = tab insert_final_newline = true trim_trailing_whitespace = true [*.sh] indent_style = space indent_size = 4 [CMakeLists.txt] indent_style = space indent_size = 2