4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-10 10:36:27 +00:00

Update dependencies (#1951)

This commit is contained in:
Wim
2023-01-28 22:57:53 +01:00
committed by GitHub
parent eac2a8c8dc
commit 880586bac4
325 changed files with 151452 additions and 141118 deletions

View File

@ -22,7 +22,7 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.{md,py,sh,yml,yaml,js,ts,vue,css}]
[*.{md,py,sh,yml,yaml,cjs,js,ts,vue,css}]
max_line_length = 105
[*.{yml,yaml,toml}]
@ -36,7 +36,7 @@ insert_final_newline = ignore
max_line_length = 140
indent_size = 2
[*.{js,ts,vue,css}]
[*.{cjs,js,ts,vue,css}]
indent_size = 2
[Makefile]