From d2e834ae9e8ac183e0d26fd531ff723b36778fc0 Mon Sep 17 00:00:00 2001 From: Gokul Swaminathan Date: Thu, 9 Sep 2021 00:42:28 -0700 Subject: [PATCH] Added a max line length to lua files --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index d74164c..33997d4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,6 +10,7 @@ trim_trailing_whitespace = true [*.lua] indent_size = 4 indent_style = space +max_line_length = 80 [*.yml] indent_size = 2