/
githubmirror
/
tabby
Обзор
Документация
Войти
/
githubmirror
/
tabby
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
39 строк
607 B
Spenser Black
Add EditorConfig files
27 сен 2022, 21:34
27 сен 2022, 21:34
eec6477
Код
Авторство
О чём код?
root = true [*] end_of_line = LF charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.sln] indent_style = tab # TODO Determine if there is a preferred tab width for this file type # Programming/Scripts [*.{js,ts}] indent_style = space indent_size = 4 [*.cpp] indent_style = tab # TODO Determine if there is a preferred tab width for this file type # Markup [*.pug] indent_style = space indent_size = 4 # Stylesheets [*.scss] indent_style = space indent_size = 4 # Data Files [*.json] indent_style = space indent_size = 2 [*.{yaml,yml}] indent_style = space indent_size = 2