diff options
| -rw-r--r-- | .editorconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig index 241e9a7..020a033 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,6 @@ max_line_length = 80 [{Makefile,*.mk}] indent_style = tab + +[*.yml] +max_line_length = 100000 |
