summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-25 11:57:39 +0100
committerJoe Carstairs <me@joeac.net>2026-07-25 11:57:39 +0100
commit6cd86414799c98180ee49357ab522a72e4dc4cd5 (patch)
treec552a1a3aac215b50a97af82f6c95be5d47ec65d
parent4a0daa9b8c3e4914b3562dabb5a15c4624a82eb8 (diff)
editorconfig: yml max_line_length = 100,000
-rw-r--r--.editorconfig3
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