summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/lrstanley/girc/.editorconfig
diff options
context:
space:
mode:
authorWim <wim@42.be>2023-01-28 22:57:53 +0100
committerGitHub <noreply@github.com>2023-01-28 22:57:53 +0100
commit880586bac42817ffcfea5d9f746f503fa29915b8 (patch)
treea89374cba6f88975f12316ec8d1b8aa1d4c6ba79 /vendor/github.com/lrstanley/girc/.editorconfig
parenteac2a8c8dc831f946970d327e2a80b26b0684255 (diff)
downloadmatterbridge-msglm-880586bac42817ffcfea5d9f746f503fa29915b8.tar.gz
matterbridge-msglm-880586bac42817ffcfea5d9f746f503fa29915b8.tar.bz2
matterbridge-msglm-880586bac42817ffcfea5d9f746f503fa29915b8.zip
Update dependencies (#1951)
Diffstat (limited to 'vendor/github.com/lrstanley/girc/.editorconfig')
-rw-r--r--vendor/github.com/lrstanley/girc/.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/lrstanley/girc/.editorconfig b/vendor/github.com/lrstanley/girc/.editorconfig
index 6df59d5c..32ecf3ee 100644
--- a/vendor/github.com/lrstanley/girc/.editorconfig
+++ b/vendor/github.com/lrstanley/girc/.editorconfig
@@ -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]