diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-25 11:57:39 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-25 11:57:39 +0100 |
| commit | 6cd86414799c98180ee49357ab522a72e4dc4cd5 (patch) | |
| tree | c552a1a3aac215b50a97af82f6c95be5d47ec65d /.editorconfig | |
| parent | 4a0daa9b8c3e4914b3562dabb5a15c4624a82eb8 (diff) | |
editorconfig: yml max_line_length = 100,000
Diffstat (limited to '.editorconfig')
| -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 |
