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