From 6bd436968076c79999df284e53ad9f96394fd418 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 20 Jul 2023 00:09:14 +0300 Subject: [PATCH] chore(editorconfig): remove max_line_length --- .editorconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 9cba3c2..3155057 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,10 +7,8 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace=true charset = utf-8 -max_line_length = 120 [*.{lua,vim}] -max_line_length = 100 indent_size = 2 [*.{md,yml,yaml,toml}]