Make the editorconfig line limit 79 globally

This commit is contained in:
T. Joseph Carter 2017-06-24 03:08:08 -07:00
parent 79719bb5e0
commit 5266d532fc
1 changed files with 1 additions and 2 deletions

View File

@ -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