Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #16406 - davidsemakula:editorconfig, r=lnicola
internal: add `max_line_length` to `.editorconfig` This helps with setting proper visual guides/rulers for the right margin in some editors/IDEs (e.g. CLion)
bors 2024-01-20
parent d4926c1 · parent 5aa7583 · commit a911652
-rw-r--r--.editorconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index f00ade5fd8..e337066f7e 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -8,6 +8,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
+max_line_length = 100
[*.md]
indent_size = 2