diff options
Diffstat (limited to 'vendor/github.com/lrstanley/girc')
-rw-r--r-- | vendor/github.com/lrstanley/girc/.editorconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/vendor/github.com/lrstanley/girc/.editorconfig b/vendor/github.com/lrstanley/girc/.editorconfig index a324b1ef..6df59d5c 100644 --- a/vendor/github.com/lrstanley/girc/.editorconfig +++ b/vendor/github.com/lrstanley/girc/.editorconfig @@ -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] |