/
githubmirror
/
pdf.js
Обзор
Документация
Войти
/
githubmirror
/
pdf.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.editorconfig
20 строк
350 B
Jonas Jenwald
Add the `.mjs` file-extension to the EditorConfig
23 авг 2023, 12:22
23 авг 2023, 12:22
89779b3
Код
Авторство
О чём код?
root = true [*.{js,jsm,mjs,json,html,css,pdf.link}] charset = utf-8 end_of_line = lf indent_size = 2 indent_style = space insert_final_newline = true max_line_length = 80 trim_trailing_whitespace = true [*.{json,pdf.link}] max_line_length = off [*.md] max_line_length = off trim_trailing_whitespace = false [COMMIT_EDITMSG] max_line_length = off