From 13b8b1464ec873dab131332035707adba66a8bb0 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 18 Oct 2023 14:53:42 +0900 Subject: [PATCH] Turn off max line length in bs file --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index dfb139b..9947ad1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,6 +14,7 @@ indent_style = tab [*.bs] indent_size = 2 +max_line_length = off [*.py] indent_size = 4