diff --git a/.editorconfig b/.editorconfig index fcb4228d..4695f859 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,9 +7,16 @@ indent_style = space indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true +max_line_length = 120 [*.sh] indent_size = 2 +[*.js] +indent_size = 2 + +[*.vue] +indent_size = 2 + [Makefile] indent_style = tab diff --git a/assets/pages/Container.vue b/assets/pages/Container.vue index c66b76ed..dd6aa056 100644 --- a/assets/pages/Container.vue +++ b/assets/pages/Container.vue @@ -1,14 +1,14 @@