From 5266d532fcf72ae236484744f2c9dde270d60a86 Mon Sep 17 00:00:00 2001 From: "T. Joseph Carter" Date: Sat, 24 Jun 2017 03:08:08 -0700 Subject: [PATCH] Make the editorconfig line limit 79 globally --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 4cfaf7d..c444803 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,12 +5,11 @@ root = true end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true +max_line_length=79 [*.md] trim_trailing_whitespace = false -max_line_length=79 [*.py] indent_style = tab indent_size = 4 -max_line_length=79