diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig index f0409bd..7d5465e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,11 @@ root = true +[/.git/**] +max_line_length = unset + [*] -indent_style=space -indent_size=4 -tab_width=4 -end_of_line=lf -trim_trailing_whitespace=true +indent_style = space +indent_size = 4 +tab_width = 4 +end_of_line = lf +trim_trailing_whitespace = true |