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

Update dependencies (#1831)

This commit is contained in:
Wim
2022-05-09 23:00:23 +02:00
committed by GitHub
parent 700b95546b
commit 1e55dd47f2
306 changed files with 435896 additions and 195113 deletions

View File

@ -10,6 +10,7 @@ indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 100
[*.tf]
indent_size = 2
@ -21,7 +22,7 @@ indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.{md,py,sh,yml,yaml}]
[*.{md,py,sh,yml,yaml,js,ts,vue,css}]
max_line_length = 105
[*.{yml,yaml,toml}]
@ -32,6 +33,10 @@ indent_size = 2
insert_final_newline = ignore
[*.html]
max_line_length = 140
indent_size = 2
[*.{js,ts,vue,css}]
indent_size = 2
[Makefile]