diff --git a/.editorconfig b/.editorconfig index 694a7eac..7b0dfeb9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,6 +9,9 @@ indent_style = tab indent_size = 4 max_line_length = 100 +[/.git/**] +max_line_length = unset + [*.xml] indent_style = space indent_size = 2